잡설) 로그관리

in kr •  10 months ago 

로그관리

로그 용량 관리 관련, 특정 키워드를 우선 기록

로그 폴더 용량 확인하기

du -h --max-depth=1 /var/log

저널 로그 1개만 남기기

journalctl --vacuum-files=1

도커 하위 폴더 확인 후 로그 삭제

du -h --max-depth=1 /var/lib/docker/containers


docker prune 도 있지만 별 도움은 안됨 ㅜㅜ

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

image.png

pm2 log 확인하는 방법

pm2 show [process id]


pm2 show 1

로그경로 : /root/.pm2/log

(유저에 따라 위 경로는 다를 수 있음 )