Files
RedBear-OS/drivers/common
Red Bear OS c739f32aa2 common/logger: quiet console output to Warn (keep Info in files)
Daemons log via OutputBuilder::stderr() at output_level, which shares the
interactive console/login VT. At Info they spam routine chatter (cpufreqd,
thermald, i2c-hidd, ...) over the login prompt as boot continues in
parallel with getty. Drop the console filter to Warn; full Info logs are
still written to per-daemon log files (file_level), and a bootloader env
var can raise it for debugging.
2026-07-18 08:54:57 +09:00
..