Linux Logging Concepts

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Linux system logging is managed by two systems: rsyslogd and journald, which is a component of systemd.

rsyslogd

rsyslogd comes configured by default to write logging information into files like /var/log/messages, and it can be configured to provide additional filtering, encryption and log information relaying to external systems.

journald