여러 시스템을 Fedora 22로 업그레이드했습니다. 업그레이드 후 10~20초마다 많은 메시지가 표시됩니다 systemd
.
Aug 27 15:30:09 host.example.org systemd[1]: Created slice user-494.slice.
Aug 27 15:30:09 host.example.org systemd[1]: Starting user-494.slice.
Aug 27 15:30:09 host.example.org systemd[1]: Starting User Manager for UID 494...
Aug 27 15:30:09 host.example.org systemd[29383]: Reached target Timers.
Aug 27 15:30:09 host.example.org systemd[29383]: Starting Timers.
Aug 27 15:30:09 host.example.org systemd[29383]: Reached target Paths.
Aug 27 15:30:09 host.example.org systemd[29383]: Starting Paths.
Aug 27 15:30:09 host.example.org systemd[29383]: Reached target Sockets.
Aug 27 15:30:09 host.example.org systemd[29383]: Starting Sockets.
Aug 27 15:30:09 host.example.org systemd[29383]: Reached target Basic System.
Aug 27 15:30:09 host.example.org systemd[29383]: Starting Basic System.
Aug 27 15:30:09 host.example.org systemd[29383]: Reached target Default.
Aug 27 15:30:09 host.example.org systemd[29383]: Startup finished in 8ms.
Aug 27 15:30:09 host.example.org systemd[1]: Started User Manager for UID 494.
Aug 27 15:30:09 host.example.org systemd[29383]: Starting Default.
Aug 27 15:30:09 host.example.org audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@494 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 27 15:30:09 host.example.org systemd-logind[636]: Removed session 1016.
Aug 27 15:30:09 host.example.org systemd[1]: Stopping User Manager for UID 494...
Aug 27 15:30:09 host.example.org systemd[29383]: Stopped target Default.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopping Default.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopped target Basic System.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopping Basic System.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopped target Sockets.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopping Sockets.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopped target Timers.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopping Timers.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopped target Paths.
Aug 27 15:30:09 host.example.org systemd[29383]: Stopping Paths.
Aug 27 15:30:09 host.example.org systemd[29383]: Reached target Shutdown.
Aug 27 15:30:09 host.example.org systemd[29383]: Starting Shutdown.
Aug 27 15:30:09 host.example.org systemd[29383]: Starting Exit the Session...
Aug 27 15:30:09 host.example.org systemd[29383]: Received SIGRTMIN+24 from PID 29392 (kill).
Aug 27 15:30:09 host.example.org systemd[1]: Stopped User Manager for UID 494.
Aug 27 15:30:09 host.example.org audit[1]: <audit-1131> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@494 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 27 15:30:09 host.example.org systemd[1]: Removed slice user-494.slice.
Aug 27 15:30:09 host.example.org systemd[1]: Stopping user-494.slice.
그게 뭔지 아세요?
답변1
내 경우에는 Debian 8에서 다음 설정을 통해 이러한 과도한 메시지를 끌 수 있었습니다 systemd
.
존재하다/etc/systemd/user.conf: LogLevel=notice
존재하다/etc/systemd/system.conf: LogLevel=notice
그런 다음 /etc/systemd/journald.conf: MaxLevelSyslog=notice
변경 사항을 적용하십시오. systemctl restart systemd-journald
- 디버그 메시지가 기록되지 않으며(예: 메일 로그가 대부분 비어 있음) 많은 로그 분석기가 더 이상 작동하지 않으므로 주의하십시오.
더 많은 정보를 알고 싶으시다면,man systemd