Skip to content

Commit 094ec54

Browse files
bogus commit to kick off tests
Signed-off-by: Kate Goldenring <[email protected]>
1 parent da4514f commit 094ec54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containerd-shim-spin/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn main() {
99
// TODO: consider supporting some logging once log level specification is
1010
// supported in https://github.com/containerd/rust-extensions/pull/247
1111
let shim_config = Config {
12-
no_setup_logger: true,
12+
no_setup_logger: false,
1313
..Default::default()
1414
};
1515
shim_main::<Instance<engine::SpinEngine>>(

0 commit comments

Comments
 (0)