Skip to content

Commit

Permalink
bogus commit to kick off tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
  • Loading branch information
kate-goldenring committed Mar 11, 2024
1 parent da4514f commit 094ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd-shim-spin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn main() {
// TODO: consider supporting some logging once log level specification is
// supported in https://github.com/containerd/rust-extensions/pull/247
let shim_config = Config {
no_setup_logger: true,
no_setup_logger: false,
..Default::default()
};
shim_main::<Instance<engine::SpinEngine>>(
Expand Down

0 comments on commit 094ec54

Please sign in to comment.