<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>logging &amp;mdash; LinuxPizza</title>
    <link>https://blogs.linux.pizza/tag:logging</link>
    <description>Personal notes and occasional posts - 100% human, 0% AI generated</description>
    <pubDate>Tue, 21 Apr 2026 12:51:58 +0000</pubDate>
    <item>
      <title>Where the /¤&#34;# is /var/log/syslog in Debian 12?????</title>
      <link>https://blogs.linux.pizza/where-the-is-var-log-syslog-in-debian-12</link>
      <description>&lt;![CDATA[Imagine my suprise when I could not tail the syslog anymore..&#xA;&#xA;Debian 12 has moved the syslog to journalctl. So just run &#xA;If you want to check the logs from for example apache:&#xA;&#xA;If you want to format the logs as json, just append &#xA;&#xA;#linux #debian #logging ]]&gt;</description>
      <content:encoded><![CDATA[<h4 id="imagine-my-suprise-when-i-could-not-tail-the-syslog-anymore" id="imagine-my-suprise-when-i-could-not-tail-the-syslog-anymore">Imagine my suprise when I could not tail the syslog anymore..</h4>

<p>Debian 12 has moved the syslog to journalctl. So just run <code>journalctl -f</code> and you will be greeted with the logs running throu the screen :)</p>

<p>If you want to check the logs from for example apache:</p>

<p><code>journalctl -u apache2.service</code></p>

<p>If you want to format the logs as json, just append <code>o json-pretty</code></p>

<p><a href="https://blogs.linux.pizza/tag:linux" class="hashtag"><span>#</span><span class="p-category">linux</span></a> <a href="https://blogs.linux.pizza/tag:debian" class="hashtag"><span>#</span><span class="p-category">debian</span></a> <a href="https://blogs.linux.pizza/tag:logging" class="hashtag"><span>#</span><span class="p-category">logging</span></a></p>
]]></content:encoded>
      <guid>https://blogs.linux.pizza/where-the-is-var-log-syslog-in-debian-12</guid>
      <pubDate>Fri, 16 Jun 2023 09:59:02 +0000</pubDate>
    </item>
  </channel>
</rss>