参考文档
http://fedoraproject.org/wiki/Changes/NoDefaultSyslog
http://0pointer.de/blog/projects/journalctl.html
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/s1-Using_the_Journal.html
https://wiki.archlinux.org/index.php/systemd
rsyslog
rsyslog.conf
日志的优先级。
[table]
Code, Priority, Severity
0, emerg, System is unusable.
1, alert, Action must be taken immediately.
2, crit, Critical condition.
3, err, Non-critical error condition.
4, warning, Warning condition.
5, notice, Normal but significant event.
6, info, Informational event.
7, debug, Debugging-level message.
[/table]
(更多…)