diff core/sysklogd/syslog.conf @ 120:5259bdf60de7

core/sysklogd: initial import, closes #1050
author David Demelier <markand@malikania.fr>
date Sun, 10 Mar 2019 11:15:41 +0100
parents
children b5392ab73f79
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/sysklogd/syslog.conf	Sun Mar 10 11:15:41 2019 +0100
@@ -0,0 +1,11 @@
+#
+# /etc/syslog.conf: sysklogd configuration
+#
+
+*.emerg						*
+kern.*						/var/log/kernel
+authpriv,auth.info				/var/log/auth
+mail.info					/var/log/mail
+cron.info					/var/log/cron
+*.info;authpriv,auth,mail,cron,kern.none	/var/log/messages
+*.=debug;kern.none				/var/log/debug