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

Merge pull request #382 from lucafavatella/syslog-ng-system

Correct translation of syslog-ng driver `system()` on Docker
This commit is contained in:
Travis Rowland
2017-03-23 12:04:57 -07:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no);
# Logs may come from unix stream, but not from another machine.
#
source s_src {
unix-stream("/dev/log");
unix-dgram("/dev/log");
internal();
};