Skip to content
Snippets Groups Projects
Unverified Commit f5f2fe34 authored by GyDi's avatar GyDi
Browse files

fix: change dev log level

parent b7c38638
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ fn init_log() -> Result<()> { ...@@ -44,7 +44,7 @@ fn init_log() -> Result<()> {
.additive(false) .additive(false)
.build("app", level), .build("app", level),
) )
.build(Root::builder().appender("stdout").build(level))?; .build(Root::builder().appender("stdout").build(LevelFilter::Info))?;
log4rs::init_config(config)?; log4rs::init_config(config)?;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment