System logs on console 12

See how easy it is to redirect system logs to an unused console (e.g. tty12). Monitor your system more effectively! A simple syslog.conf configuration guide.

A big convenience for monitoring the system's operation is delegating logs to one of the unused consoles. To do this, we edit the file /etc/syslog.conf and at the very end of the file we add: *.*/dev/tty12. For this to take effect, we restart the service with the command killall -HUP syslogd.