Skip to content

Commit 0b5ca86

Browse files
author
Christopher M. Neill
committed
comments
1 parent 77b4b36 commit 0b5ca86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/roles/docker/files/docker.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ script
3939
if [ -f /etc/default/$UPSTART_JOB ]; then
4040
. /etc/default/$UPSTART_JOB
4141
fi
42+
# redirect STDOUT/STDERR to logger app for rsyslog/loggly
4243
exec "$DOCKER" daemon $DOCKER_OPTS 2>&1 | logger -t docker_engine -p local7.info
4344
end script
4445

0 commit comments

Comments
 (0)