For the purposes of kernel logging, why do I have three different, non-inclusive levels of logging amongst /var/log/messages, /var/log/syslog, and /var/log/kern.log?
|
|
|
Syslog is a standard logging facility. It collects messages of various programs and services including the kernel, and stores them, depending on setup, in a bunch of log files
typically under According to my
Other insteresting standard logs managed by syslog are Regarding your question: if you need solely kernel messages log, use the |
||||
|
|
Check this page about differences between messages and syslog it says |
||||
|
|