Journalctl

wwiki
Jhkim (토론 | 기여)님의 2019년 6월 5일 (수) 05:57 판 (새 문서: =옵션= -t --identifier=STRING Show entries with the specified syslog identifier $ journalctl --identifier=cron -f --follow Follow the journal -o --output=STRING...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색

옵션

-t --identifier=STRING Show entries with the specified syslog identifier

$ journalctl --identifier=cron

-f --follow Follow the journal

-o --output=STRING Change journal output mode (short, short-precise, short-iso, short-full, short-monotonic, short-unix, verbose, export, json, json-pretty, json-sse, cat)

$ journalctl -o verbose -t quotaon 

-a --all Show all fields, including long and unprintable

-x --catalog Add message explanations where available

-S --since=DATE Show entries not older than the specified date

$ journalctl --since=today