아래와 같은 시스템로그가 계속 발생하는 것은 문제 없는, Info성 메시지이다. 하지만 이 부분이 거슬릴 경우 해당 메시지가 쌓이지 않도록 설정할 수 있다.
1. 아래 커맨드 입력을 통해 해당 로그가 쌓이지 않도록 설정해주자.
echo 'if $programname == "systemd" and ($msg contains "Starting Session" or $msg contains "Started Session" or $msg contains "Created slice" or $msg contains "Starting user-" or $msg contains "Starting User Slice of" or $msg contains "Removed session" or $msg contains "Removed slice User Slice of" or $msg contains "Stopping User Slice of") then stop' >> /etc/rsyslog.d/ignore-systemd-session-slice.conf
( 한줄이다. )
2. 설정파일 적용을 위해 rsyslog 재시작을 해주자.
systemctl restart rsyslog
'Works > CentOS & RockyLinux' 카테고리의 다른 글
/etc/profile, ~/.bash_profile, ~/.bashrc, /etc/bashrc 파일 비교 (0) | 2023.04.18 |
---|---|
ssh 접속 장애시 원인별 로그 (0) | 2023.04.18 |
RockyLinux8 dmesg 파일 생성방법 (0) | 2023.02.23 |
CentOS7 Node.js 설치 (0) | 2022.06.22 |
국내 주요 미러(Mirror) 사이트 목록 (0) | 2022.06.22 |