mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-22 08:04:19 +01:00
rumqttd::router::routing log off
This commit is contained in:
@@ -91,6 +91,7 @@ pub fn setup_logging(who: &str, level_arg: &str) {
|
||||
.level_for("rumqttd", log::LevelFilter::Warn)
|
||||
.level_for("rocket", log::LevelFilter::Warn)
|
||||
.level_for("tracing", log::LevelFilter::Warn)
|
||||
.level_for("rumqttd::router::routing", log::LevelFilter::Off)
|
||||
.level_for("_", log::LevelFilter::Warn)
|
||||
.chain(std::io::stdout())
|
||||
// .chain(fern::log_file("/tmp/output.log")?)
|
||||
|
||||
Reference in New Issue
Block a user