Motes Electronics

Syslog Viewer

View and analyze system log messages. Filter by facility, severity, host, and date range to find exactly what you're looking for.

Total Logs
0
Filtered
0
Emergency
0
Alert
0
Critical
0
Error
0
Warning
0
Notice
0
Info
0
Debug
0
Timestamp
Host
Program
Message
Severity
Facility

About Syslog

Syslog is a standard for message logging that allows separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them. Each log message includes a facility code (indicating the type of system or application that generated the message) and a severity level (indicating the importance of the message).

Syslog Severity Levels

Code Severity Description
0EmergencySystem is unusable
1AlertAction must be taken immediately
2CriticalCritical conditions
3ErrorError conditions
4WarningWarning conditions
5NoticeNormal but significant conditions
6InformationalInformational messages
7DebugDebug-level messages

Common Syslog Facilities

Facility Description
authSecurity/authorization messages
authprivPrivate authentication messages
cronClock daemon
daemonSystem daemons
kernKernel messages
lprLine printer subsystem
mailMail system
newsNews subsystem
syslogSyslog internal
userUser-level messages
uucpUUCP subsystem