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
1779
+
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.
1780
+
1781
+
[IMPORTANT]
1782
+
====
1783
+
When using the `json-file` driver, ensure that your Docker version is Docker version *docker-1.12.6-55.gitc4618fb.el7_4 now*
1784
+
or later.
1785
+
====
1786
+
1787
+
Fluentd determines the driver Docker is using by checking the *_/etc/docker/daemon.json_* and *_/etc/sysconfig/docker_* files.
1788
+
1789
+
You can determine which driver Docker is using with the `docker info` command:
1790
+
1791
+
----
1792
+
# docker info | grep Logging
1793
+
1794
+
Logging Driver: journald
1795
+
----
1796
+
1797
+
To change between `json-file` and `journald` after installation:
1798
+
1799
+
. Modify either the *_/etc/sysconfig/docker_* or *_/etc/docker/daemon.json_* files.
0 commit comments