Set all log levels, reduce unnecessary logs

This commit is contained in:
Jeremy Soller
2025-11-01 19:36:38 -06:00
parent 4d4038dea7
commit 6d5523de2a
26 changed files with 72 additions and 74 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ fn daemon(daemon: redox_daemon::Daemon) -> ! {
"misc",
"ps2",
"ps2",
log::LevelFilter::Info,
log::LevelFilter::Warn,
log::LevelFilter::Info,
);