On Thu, Apr 21 2022 at 10:08:04 AM, Henrik S <hen...@tomatoservers.com> wrote: > The dir /var/log/journal/ on my debian host increases quite quickly. > why this happens? Do you know how to suppress it? >
That's the storage for the logs maintained by journald. You can manage these logs by editing /etc/systemd/journald.conf and setting one or more of SystemMaxUse/SystemKeepFree. See the journald.conf manpage for details. journald collects logs from both system service and user sessions; you may want to see if there is anything causing excessive log traffic. You can run "journalctl -f" (as root) to follow the logs as they are generated and see if there are repeated messages or errors that you could resolve. -- regards, kushal