Describe the bug
Snapserver produces log lines like
2024-08-21 18-33-03.633 [Info] (Snapserver) Version 0.28.0
where Info denotes the severity (or level or priority) and Snapserver is the LOG_TAG.
Unfortunately the LOG_TAG information is not printed to the journal when Snapserver runs deamonized (and uses syslog to log messages I guess).
LOG_TAG should also be available to SystemD JournalD.
Steps to Reproduce
- Run Snapserver without
--daemon and look for the LOG_TAG.
- Run Snapserver with
--daemon and look again for the LOG_TAG.
Environment details
- OS: NixOS
- Snapcast version 0.28.0
Describe the bug
Snapserver produces log lines like
2024-08-21 18-33-03.633 [Info] (Snapserver) Version 0.28.0where
Infodenotes the severity (or level or priority) andSnapserveris theLOG_TAG.Unfortunately the
LOG_TAGinformation is not printed to the journal when Snapserver runs deamonized (and uses syslog to log messages I guess).LOG_TAGshould also be available to SystemD JournalD.Steps to Reproduce
--daemonand look for theLOG_TAG.--daemonand look again for theLOG_TAG.Environment details