Comment # 8 on bug 107037 from Tanu KaskinenI tested how the warning shows up in journalctl, and unfortunately it has no highlighting. Making the warning an error wouldn't help, because the problem is that when pulseaudio is started by systemd, the logs go to stderr. The journal picks up the messages from stderr, but the journal has no idea about the importance of the messages. PulseAudio supports logging to the journal directly, but unfortunately that doesn't get enabled when PulseAudio is started by systemd. We could pass --log-target=journal on the command line that is specified in the .service file, but that would make it impossible to override the log target from daemon.conf, so some other solution is needed. I think it would be good to add a --started-by=foo command line option. If it's set to "systemd", we could then adjust the default log target based on that. The option would also provide useful information in "ps" output.
You are receiving this mail because:
- You reported the bug.