<div dir="auto">Hi,<div dir="auto"><br></div><div dir="auto">Not sure if stated in any documentation, but I will ask here since it is easier to get clarification. </div><div dir="auto"><br></div><div dir="auto">Why was rsyslog used as the persistent storage instead of journald for previous Debian distribution?</div><div dir="auto"><br></div><div dir="auto">I did not check but is the current journald temp session log storing data in binary format maybe? Since it was stated in the email that users can use other log package if text format is preferable. </div><div dir="auto"><br></div><div dir="auto">On that topic, why use the network manager package instead of the networkd? This is actually a similar situation for current stable of Debian.</div><div dir="auto"><br></div><div dir="auto">Simon</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 1, 2020, 11:24 AM Michael Biebl <<a href="mailto:biebl@debian.org">biebl@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
with today's upload of systemd 244.1-2 I finally enabled persistent<br>
journal by default [1]. It has been a long requested feature.<br>
<br>
The package will create a directory /var/log/journal on upgrades and new<br>
installs, which enables persistent journal in so called auto mode.<br>
<br>
If you decide, that you want to disable the persistent journal again,<br>
you can run:<br>
journalctl --relinquish-var; rm -rf /var/log/journal<br>
<br>
Future package updates will respect this choice and not re-create the<br>
directory. You can, of course, also configure this explicitly via the<br>
Storage= option in journald.conf.<br>
<br>
Depending on how it goes, I might ask the ftp-masters to lower the<br>
priority of rsyslog from important to optional, so it would no longer be<br>
installed by default on new bullseye installations.<br>
This would avoid, that we store log messages twice on disk.<br>
Users that prefer text logs can of course still install rsyslog by<br>
default (or their syslogger of choice).<br>
Alternative init systems might consider adding a Recommends on a syslog<br>
implementation of their choice or creating a task, which would pull in a<br>
syslogger.<br>
<br>
Here are some resources that you might find useful:<br>
- man journald.conf<br>
  <a href="https://www.freedesktop.org/software/systemd/man/journald.conf.html#" rel="noreferrer noreferrer" target="_blank">https://www.freedesktop.org/software/systemd/man/journald.conf.html#</a><br>
- man journalctl<br>
  <a href="https://www.freedesktop.org/software/systemd/man/journalctl.html#" rel="noreferrer noreferrer" target="_blank">https://www.freedesktop.org/software/systemd/man/journalctl.html#</a><br>
- man systemd-journald.service<br>
  <a href="https://www.freedesktop.org/software/systemd/man/systemd-journald.html#" rel="noreferrer noreferrer" target="_blank">https://www.freedesktop.org/software/systemd/man/systemd-journald.html#</a><br>
<br>
Regards,<br>
Michael<br>
<br>
<br>
[1] <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717388" rel="noreferrer noreferrer" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717388</a><br>
<br>
</blockquote></div>