Leveraging the Linux Logger
In this article I want to visit a “not used enough” Linux tool called logger. As with managing any system, you want to accurately annotate historical events and adding entries into the system log file is a great way to accomplish this. You can view the system log file with this command: awalding@aw-vb:~$ cat /var/log/syslog …