Files
sysklogd/SNAP/syslog.conf
Jay Larson a17524bbcf The following changes were made
* killproc in init script now properly uses PID files
  * pidofproc now checks PID files in init script
  * Will no longer attempt to start klogd if running in container
  * Updated default syslog.conf to prevent annoying 'noone' errors
  * Updated usher to use /bin/sh
  * Removed chroot from usher (will be performed by latest snap)
2017-12-02 16:51:21 -06:00

28 lines
652 B
Plaintext

# Configuration for sysklogd
# Standard log files
auth,authpriv.* /var/log/auth.log
*.*;auth,authpriv.none -/var/log/syslog
daemon.* -/var/log/daemon.log
kern.* -/var/log/kern.log
lpr.* -/var/log/lpr.log
mail.* -/var/log/mail.log
user.* -/var/log/user.log
# Mail configuration
mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn
mail.err -/var/log/mail.err
# Catch all logs
*.=debug; \
auth,authpriv.none; \
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn; \
auth,authpriv.none; \
cron,daemon.none; \
mail,news.none -/var/log/messages
# Logging of emergency messages
*.emerg -/var/log/kern.log