Mam nową instalację CentOS 7 i zauważyłem, że mój plik / var / log / messages jest pełen takich wiadomości
Mar 6 08:40:01 myhostname systemd: Started Session 2043 of user root.
Mar 6 08:40:01 myhostname systemd: Starting Session 2043 of user root.
Mar 6 08:40:01 myhostname systemd: Created slice user-1001.slice.
Mar 6 08:40:01 myhostname systemd: Starting user-1001.slice.
Mar 6 08:40:01 myhostname systemd: Started Session 2042 of user userx.
Mar 6 08:40:01 myhostname systemd: Starting Session 2042 of user userx.
Mar 6 08:40:01 myhostname systemd: Started Session 2041 of user root.
Mar 6 08:40:01 myhostname systemd: Starting Session 2041 of user root.
Mar 6 08:40:31 myhostname systemd: Removed slice user-1001.slice.
Mar 6 08:40:31 myhostname systemd: Stopping user-1001.slice.
Mar 6 08:41:01 myhostname systemd: Created slice user-1001.slice.
Mar 6 08:41:01 myhostname systemd: Starting user-1001.slice.
Mar 6 08:41:01 myhostname systemd: Started Session 2044 of user userx.
Mar 6 08:41:01 myhostname systemd: Starting Session 2044 of user userx.
Mar 6 08:41:21 myhostname systemd: Removed slice user-1001.slice.
Mar 6 08:41:21 myhostname systemd: Stopping user-1001.slice.
Co one oznaczają i dlaczego one istnieją? Jeśli jest to normalny hałas w tle, wydaje się to ogromnym marnotrawstwem zasobów, aby zalogować to ...
if $programname contains "systemd"
ponieważ nazywa się nazwa programusystemd-logind
Te komunikaty są normalne i oczekiwane - będą widoczne przy każdym logowaniu użytkownika
Aby ukryć te wpisy dziennika w / var / log / messages, utwórz filtr odrzucania za pomocą rsyslog, np. Uruchom następującą komendę:
Następnie uruchom ponownie usługę rsyslog
https://access.redhat.com/solutions/1564823
źródło