mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
- This prevents double logging for all log statements in privileged daemon. - Also drop conditional checking for systemd.journal python module. We hard depend on python3-systemd package which has it. Tests: - All logs messages from privileged daemon log only once to the journal. - For main service, the log message happens on console only when running on the command line. When the systemd service is started, it is only logged to the journal. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>