mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Update syslog-ng.conf to version 4.3
This commit is contained in:
committed by
Sebastian Serth
parent
5e90beeff5
commit
c2142db49c
@@ -1,4 +1,4 @@
|
||||
@version: 3.35
|
||||
@version: 4.3
|
||||
@include "scl.conf"
|
||||
|
||||
# Syslog-ng configuration file, compatible with default Debian syslogd
|
||||
@@ -7,7 +7,7 @@
|
||||
# First, set some global options.
|
||||
options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no);
|
||||
dns_cache(no); owner("root"); group("adm"); perm(0640);
|
||||
stats_freq(0); bad_hostname("^gconfd$");
|
||||
stats(freq(0)); bad_hostname("^gconfd$");
|
||||
};
|
||||
|
||||
########################
|
||||
|
||||
Reference in New Issue
Block a user