mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-08 09:41:35 +00:00
- Avoid duplicate log messages by not logging to console when running as systemd unit. - Retain normal logging when running on the terminal. Tests: - When running as systemd unit, output to stdin/stdout is captured in systemd journal and visible with 'sudo freedombox-logs'. - When running on terminal manually with 'sudo --user plinth ./run --develop' both log messages and stdout/stderr prints() are visible. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>