syslog
Sign in to saveIn computing, syslog () is a standard for message logging. It allows separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them. Each message is labeled with a facility code, indicating the type of system generating the message, and is assigned a severity level.
Key facts
- Software.name
- Syslog
- Software.author
- Eric Allman
- Software.released
- 1980s
- Software.operating system
- Unix-like
- Software.genre
- System logging
via Wikipedia infobox
Wikidata facts
- Official website
- datatracker.ietf.org/wg/syslog/about
Show 3 more facts
- Stack Exchange tag
- stackoverflow.com/tags/syslog
- port
- 514
- media type
- text/syslog
Sources (3)
via Wikidata · CC0
~9 min read
Article
13 sectionsContents
- History
- Message components
- Facility
- Severity level
- Message
- Logger
- Network protocol
- Limitations
- Outlook
- Internet standard documents
- See also
- References
- External links
In computing, syslog () is a standard for message logging. It allows separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them. Each message is labeled with a facility code, indicating the type of system generating the message, and is assigned a severity level.
Computer system designers may use syslog for system management and security auditing as well as general informational, analysis, and debugging messages. A wide variety of devices, such as printers, routers, and message receivers across many platforms, use the syslog standard. This permits the consolidation of logging data from different types of systems in a central repository. Implementations of syslog exist for many operating systems.