We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4514f commit 094ec54Copy full SHA for 094ec54
containerd-shim-spin/src/main.rs
@@ -9,7 +9,7 @@ fn main() {
9
// TODO: consider supporting some logging once log level specification is
10
// supported in https://github.com/containerd/rust-extensions/pull/247
11
let shim_config = Config {
12
- no_setup_logger: true,
+ no_setup_logger: false,
13
..Default::default()
14
};
15
shim_main::<Instance<engine::SpinEngine>>(
0 commit comments