Skip to content

Commit 8fba472

Browse files
Mossakamxpv
authored andcommitted
feat(shim): make logger module public
Downstream shim implementations can use this module to setup logger by themselves. One example is runwasi's container process needs to use this module to setup logger so that logs from the container process can be populated to containerd. Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 906bd0f commit 8fba472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub use args::{parse, Flags};
5656
pub mod asynchronous;
5757
pub mod cgroup;
5858
pub mod event;
59-
mod logger;
59+
pub mod logger;
6060
pub mod monitor;
6161
pub mod mount;
6262
mod reap;

0 commit comments

Comments
 (0)