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

fixed syslog warning when using --tty as described in #468

This commit is contained in:
David Hiendl
2018-02-22 08:53:27 +01:00
parent 14896d9181
commit be8fc49e52
2 changed files with 8 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ destination d_xconsole { pipe("/dev/xconsole"); };
destination d_ppp { file("/var/log/ppp.log"); };
# stdout for docker
destination d_stdout { pipe("/dev/stdout"); };
destination d_stdout { ##SYSLOG_OUTPUT_MODE_DEV_STDOUT##("/dev/stdout"); };
########################
# Filters