mirror of
https://github.com/supleed2/nanobot.git
synced 2025-01-08 14:02:03 +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()
|
ts::fmt::layer()
|
||||||
.without_time()
|
.without_time()
|
||||||
.with_filter(ts::EnvFilter::new(
|
.with_filter(ts::EnvFilter::new(
|
||||||
"info,nano=info,shuttle=trace,serenity=off",
|
"info,nano=info,shuttle=info,serenity=off",
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
.with(
|
.with(
|
||||||
|
|
Loading…
Reference in a new issue