Skip to content
This repository was archived by the owner on Apr 25, 2022. It is now read-only.

Commit 8989d78

Browse files
committed
server: log debug instead of trace
1 parent cb9045e commit 8989d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/server/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async fn run() -> Result<(), Error> {
8686
let config = config::from_reader(io::stdin()).context(Config)?;
8787

8888
let subscriber = FmtSubscriber::builder()
89-
.with_max_level(Level::TRACE)
89+
.with_max_level(Level::DEBUG)
9090
.finish();
9191
subscriber::set_global_default(subscriber)
9292
.context(Logging)

0 commit comments

Comments
 (0)