mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01:00
Fixed syslog-ng not being able to start because of a missing afsql module.
Closes pull request 7.
This commit is contained in:
13
image/config/syslog_ng_default
Normal file
13
image/config/syslog_ng_default
Normal file
@@ -0,0 +1,13 @@
|
||||
# If a variable is not set here, then the corresponding
|
||||
# parameter will not be changed.
|
||||
# If a variables is set, then every invocation of
|
||||
# syslog-ng's init script will set them using dmesg.
|
||||
|
||||
# log level of messages which should go to console
|
||||
# see syslog(3) for details
|
||||
#
|
||||
#CONSOLE_LOG_LEVEL=1
|
||||
|
||||
# Command line options to syslog-ng
|
||||
# We set --default-modules because of https://github.com/phusion/baseimage-docker/pull/7.
|
||||
SYSLOGNG_OPTS="--no-caps --default-modules=affile,afprog,afsocket,afuser,basicfuncs,csvparser,dbparser,syslogformat"
|
||||
Reference in New Issue
Block a user