mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Update syslog configuration (took the diff between stock 16.04 and phusion 16.04 to figure out what to apply to the stock 18.04 syslog conf) as it complains about old config format
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
@version: 3.5
|
@version: 3.13
|
||||||
@include "scl.conf"
|
@include "scl.conf"
|
||||||
@include "`scl-root`/system/tty10.conf"
|
|
||||||
|
|
||||||
# Syslog-ng configuration file, compatible with default Debian syslogd
|
# Syslog-ng configuration file, compatible with default Debian syslogd
|
||||||
# installation.
|
# installation.
|
||||||
@@ -54,7 +53,7 @@ destination d_newscrit { file("/var/log/news/news.crit"); };
|
|||||||
destination d_newserr { file("/var/log/news/news.err"); };
|
destination d_newserr { file("/var/log/news/news.err"); };
|
||||||
destination d_newsnotice { file("/var/log/news/news.notice"); };
|
destination d_newsnotice { file("/var/log/news/news.notice"); };
|
||||||
|
|
||||||
# Some `catch-all' logfiles.
|
# Some 'catch-all' logfiles.
|
||||||
#
|
#
|
||||||
destination d_debug { file("/var/log/debug"); };
|
destination d_debug { file("/var/log/debug"); };
|
||||||
destination d_error { file("/var/log/error"); };
|
destination d_error { file("/var/log/error"); };
|
||||||
@@ -134,6 +133,8 @@ log { source(s_src); filter(f_mail); destination(d_mail); };
|
|||||||
log { source(s_src); filter(f_news); filter(f_crit); destination(d_newscrit); };
|
log { source(s_src); filter(f_news); filter(f_crit); destination(d_newscrit); };
|
||||||
log { source(s_src); filter(f_news); filter(f_err); destination(d_newserr); };
|
log { source(s_src); filter(f_news); filter(f_err); destination(d_newserr); };
|
||||||
log { source(s_src); filter(f_news); filter(f_notice); destination(d_newsnotice); };
|
log { source(s_src); filter(f_news); filter(f_notice); destination(d_newsnotice); };
|
||||||
|
#log { source(s_src); filter(f_cnews); destination(d_console_all); };
|
||||||
|
#log { source(s_src); filter(f_cother); destination(d_console_all); };
|
||||||
|
|
||||||
#log { source(s_src); filter(f_ppp); destination(d_ppp); };
|
#log { source(s_src); filter(f_ppp); destination(d_ppp); };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user