You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, aggregated logging uses the `journald` log driver
1669
+
xref:../install_config/install/advanced_install.adoc#configuring-host-variables[unless `json-file` was specified during installation]. You can change the log driver between `journald` and `json-file` as needed.
1670
+
1671
+
[IMPORTANT]
1672
+
====
1673
+
When using the `json-file` driver, ensure that your Docker version is Docker version *docker-1.12.6-55.gitc4618fb.el7_4 now*
1674
+
or later.
1675
+
====
1676
+
1677
+
Fluentd determines the driver Docker is using by checking the *_/etc/docker/daemon.json_* and *_/etc/sysconfig/docker_* files.
1678
+
1679
+
You can determine which driver Docker is using with the `docker info` command:
1680
+
1681
+
----
1682
+
# docker info | grep Logging
1683
+
1684
+
Logging Driver: journald
1685
+
----
1686
+
1687
+
To change between `json-file` and `journald` after installation:
1688
+
1689
+
. Modify either the *_/etc/sysconfig/docker_* or *_/etc/docker/daemon.json_* files.
0 commit comments