We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee625f7 commit e3d9960Copy full SHA for e3d9960
1 file changed
binaries/cuprated/src/commands.rs
@@ -47,7 +47,7 @@ impl CommandHandle {
47
let result = handle_command(&req.input, &mut context_svc, &shutdown_token).await;
48
drop(req.resp.send(result));
49
}
50
- tracing::warn!("Command handler shut down.");
+ tracing::info!("Command handler shut down.");
51
});
52
53
Self { tx }
0 commit comments