<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - module-udev-detect fails to create sink for sound card"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107037#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - module-udev-detect fails to create sink for sound card"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107037">bug 107037</a>
              from <span class="vcard"><a class="email" href="mailto:tanuk@iki.fi" title="Tanu Kaskinen <tanuk@iki.fi>"> <span class="fn">Tanu Kaskinen</span></a>
</span></b>
        <pre>I 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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>