1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Modify defaults for syslog_ng to function properly

On 14.04 (trusty) there is nos no need to list all the modules since that was fixed.
No only that, listing them causes an error and it doesn't start.
This commit is contained in:
mpeterson 2014-05-10 12:32:04 +00:00 committed by Hongli Lai (Phusion)
parent 6acfd8794d
commit 5cfdd42d4b

View File

@ -9,5 +9,4 @@
#CONSOLE_LOG_LEVEL=1 #CONSOLE_LOG_LEVEL=1
# Command line options to syslog-ng # Command line options to syslog-ng
# We set --default-modules because of https://github.com/phusion/baseimage-docker/pull/7. SYSLOGNG_OPTS="--no-caps"
SYSLOGNG_OPTS="--no-caps --default-modules=affile,afprog,afsocket,afuser,basicfuncs,csvparser,dbparser,syslogformat"