mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-25 20:51:32 +00:00
fix(air): demote some AquaVM logging statements (#505)
Users complain that `warn` level produces lot of unnecessary logs. + join behavior logging is demoted to `trace`; + xor logging is demoted to `trace`; + service error logging is demoted to `debug`.
This commit is contained in:
@ -125,7 +125,7 @@ impl LastErrorAffectable for CatchableError {
|
||||
|
||||
macro_rules! log_join {
|
||||
($($args:tt)*) => {
|
||||
log::info!(target: air_log_targets::JOIN_BEHAVIOUR, $($args)*)
|
||||
log::trace!(target: air_log_targets::JOIN_BEHAVIOUR, $($args)*)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user