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 680ca37 commit 02c99e8Copy full SHA for 02c99e8
os/src/logging.rs
@@ -42,6 +42,6 @@ pub fn init() {
42
Some("INFO") => LevelFilter::Info,
43
Some("DEBUG") => LevelFilter::Debug,
44
Some("TRACE") => LevelFilter::Trace,
45
- _ => LevelFilter::Off,
+ _ => LevelFilter::Info,
46
});
47
}
0 commit comments