summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.origin.example
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-02 17:14:52 -0500
committerGitHub <noreply@github.com>2017-02-02 17:14:52 -0500
commit3cb6ca6fcddbc0117b943f70576481a65b23358a (patch)
treef48a5bd92eff562ae82bd8f1c25ff35e9b691b49 /inventory/byo/hosts.origin.example
parent4dfe8c715bfc49a913d7c7bea80c475a9b50b41e (diff)
parent222e0e52f7176ae028caaf8406bb0b08ebff715d (diff)
downloadopenshift-3cb6ca6fcddbc0117b943f70576481a65b23358a.tar.gz
openshift-3cb6ca6fcddbc0117b943f70576481a65b23358a.tar.bz2
openshift-3cb6ca6fcddbc0117b943f70576481a65b23358a.tar.xz
openshift-3cb6ca6fcddbc0117b943f70576481a65b23358a.zip
Merge pull request #2681 from abutcher/journald-log-driver
Bug 1388191 - Default docker log driver should be journald
Diffstat (limited to 'inventory/byo/hosts.origin.example')
-rw-r--r--inventory/byo/hosts.origin.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 0a1b8c5c4..e47ad99a1 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -79,7 +79,7 @@ openshift_release=v1.4
# Disable pushing to dockerhub
#openshift_docker_disable_push_dockerhub=True
# Items added, as is, to end of /etc/sysconfig/docker OPTIONS
-# Default value: "--log-driver=json-file --log-opt max-size=50m"
+# Default value: "--log-driver=journald"
#openshift_docker_options="-l warn --ipv6=false"
# Specify exact version of Docker to configure or upgrade to.