1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Update syslog-ng.conf from Ubuntu 20.04

This commit is contained in:
Charles Ng
2021-05-21 02:56:20 +00:00
parent 51e4f87c7e
commit 1443b1f199

View File

@@ -1,4 +1,4 @@
@version: 3.13
@version: 3.25
@include "scl.conf"
# Syslog-ng configuration file, compatible with default Debian syslogd
@@ -6,8 +6,8 @@
# First, set some global options.
options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no);
owner("root"); group("adm"); perm(0640); stats_freq(0);
bad_hostname("^gconfd$");
dns_cache(no); owner("root"); group("adm"); perm(0640);
stats_freq(0); bad_hostname("^gconfd$");
};
########################