mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- When an action is invoked, it configured to handle console and journal handlers. Console logger (StreamHandler) flushes after each event. Journal event is sent immediately after the event. So, we are not losing the immediate flush advantage by switching to logging framework. - Since console logging is present (and the output is not captured away), using journal handler also will double log each event. Remove the journal handler. Console is where the output of various commands is logged. So, keep that. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>