Problem scenario
You have heard about different operating system events being classified in different levels. Lesser events can be captured with logging is verbose. Major events can render a system useless. You know system logging is normally done in a file called /var/log/syslog. How do you find out which levels there are from most significant to least significant?
Solution
Use this command: man syslog
Search for the word “level” by typing this: /level <press enter>
…
Continue reading “How Do You Find the Different Logging Levels of the /var/log/syslog?”