Logs in the Unix World - Servers Administration, Networking, & Virtualization
Users browsing this thread: 1 Guest(s)
|
|||
(This is part of the podcast discussion extension)
Logs Link of the recording [ https://raw.githubusercontent.com/nixers...-06-24.mp3 ] What are logs, where are they stored? --( Show Notes ) https://en.wikipedia.org/wiki/Syslog https://en.wikipedia.org/wiki/Rsyslog https://en.wikipedia.org/wiki/Log_rotation https://en.wikipedia.org/wiki/Journald https://launchpad.net/logwatch http://www.awstats.org/ https://en.wikipedia.org/wiki/Apache_Kafka http://unix.stackexchange.com/questions/...g-in-linux |
|||
|
|||
I had everything to learn but it was well explained: A great introduction.
More flexibility let the configuration make logs messy, or at contrary, very clean and easy to browse... Up to the sysadmin (?). With systemd, maybe there is less risk to get messy, but all the fun (text files) goes away as well ("knock, knock, knock!"). Very neat: put the logs in a different machine and still access them even if the server crash (one reason I imagine logs can be useful). Last thing: I wouldn't imagine logs to be this big! |
|||
|
|||
I realized I forgot to mention in the podcast that syslog listens on logs from /dev/log.
I also didn't talk about the kernel logs and boot logs. If someone wants to add to those subjects it would make the subject complete. |
|||