linux_wiki:systemd_logging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:systemd_logging [2019/11/04 21:58] (current)
billdozor created
Line 1: Line 1:
 +====== Systemd Logging ======
 +
 +**General Information**
 +
 +Setting systemd logging settings.
 +
 +Fix for if you see messages like this in /var/log/messages every minute or so:
 +<code bash>
 +server systemd: Starting Session 1398 of user root.
 +</code>
 +
 +----
 +
 +====== Systemd Settings ======
 +
 +Systemd settings file: /etc/systemd/system.conf
 +
 +Change log level
 +<code bash>
 +LogLevel=notice
 +</code>
 +
 +----
  
  • linux_wiki/systemd_logging.txt
  • Last modified: 2019/11/04 21:58
  • by billdozor