mirror of
https://github.com/supleed2/nanobot.git
synced 2025-01-07 21:51:59 +00:00
Reduce shuttle log level
This commit is contained in:
parent
a5392151b0
commit
3a9289d036
|
@ -208,7 +208,7 @@ fn init_tracing_subscriber() {
|
|||
ts::fmt::layer()
|
||||
.without_time()
|
||||
.with_filter(ts::EnvFilter::new(
|
||||
"info,nano=info,shuttle=trace,serenity=off",
|
||||
"info,nano=info,shuttle=info,serenity=off",
|
||||
)),
|
||||
)
|
||||
.with(
|
||||
|
|
Loading…
Reference in a new issue