Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Home | Documentation | Community support

Log files

Web-interface

To read log output using the web-interface, click Status and then System Log in the left menu.

SSH

To read log output using SSH, you need to use the logread utility. Examples:

# Print log output
logread

# Get last 20 lines and follow log messages
logread -n 20 -f