<html style="direction: ltr;">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body bidimailui-charset-is-forced="true" style="direction: ltr;"
    text="#000000" bgcolor="#FFFFFF">
    Thanks for the pointer. Yes, I was writing to stdout. I didn't know
    about PHP's syslog call
    (<a class="moz-txt-link-freetext" href="http://php.net/manual/en/function.syslog.php">http://php.net/manual/en/function.syslog.php</a>) which produces output
    that goes to systemd log and can be manipulated with journalctl.
    That should solve my problem.<br>
    <br>
    <div class="moz-cite-prefix">On 06/09/17 15:29, Yedidyah Bar David
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGtcZ6tDgM+ycmcBC-NuBARMrWxEmZvweuJM6DxUjFOHGd8jjQ@mail.gmail.com">
      <pre wrap="">On Sun, Sep 3, 2017 at 6:44 PM, David Suna <a class="moz-txt-link-rfc2396E" href="mailto:david@davidsconsultants.com"><david@davidsconsultants.com></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">I am getting started with systemd on an Ubuntu 16.04 system. I have a custom
service implemented in PHP which is outputting messages
</pre>
      </blockquote>
      <pre wrap="">
How? Writing to stdout?

</pre>
      <blockquote type="cite">
        <pre wrap="">which I can see
using journalctl. I would like to be able to filter on the message priority
to distinguish between error messages and debug messages. However, all of my
messages seem to be showing as info messages. How can I format my messages
so that they will fit into the different log levels?
</pre>
      </blockquote>
      <pre wrap="">
I think you should use syslog, and/or systemd-/journald-specific means, e.g.:

<a class="moz-txt-link-freetext" href="https://github.com/systemd/php-systemd">https://github.com/systemd/php-systemd</a>

Best,
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
David Suna
<a class="moz-txt-link-abbreviated" href="mailto:david@davidsconsultants.com">david@davidsconsultants.com</a></pre>
  </body>
</html>