Skip to content

Commit 95f6343

Browse files
committed
Changed default Docker driver in Release Notes per BZ
1 parent 240e536 commit 95f6343

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

release_notes/ocp_3_7_release_notes.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,23 @@ openshift_checks_output_dir=/tmp/checks
10291029
[[ocp-37-metrics-and-logging]]
10301030
=== Metrics and Logging
10311031

1032+
[[ocp-37-journald-system-logs]]
1033+
==== Journald for System Logs and JSON File for Container Logs
1034+
1035+
Docker log driver is set to `journald` as the default for all nodes. Docker
1036+
`log-driver` can be set to `json-file`. Note that there is no log rate-throttling with
1037+
the `journald` driver. So, there is always a risk for denial-of-service attacks
1038+
from rogue containers.
1039+
1040+
Fluentd will automatically determine which log driver (`journald` or
1041+
`json-file`) the container runtime is using. Fluentd will now always read logs
1042+
from journald and also *_/var/log/containers_* (if `log-driver` is set to
1043+
`json-file`). Fluentd will no longer read from *_/var/log/messages_*.
1044+
1045+
See
1046+
xref:../install_config/aggregate_logging.adoc#install-config-aggregate-logging[Aggregating
1047+
Container Logs] for more information.
1048+
10321049
[[ocp-37-docker-events-and-api-calls-aggregated-to-efk-as-logs]]
10331050
==== Docker Events and API Calls Aggregated to EFK as Logs
10341051

0 commit comments

Comments
 (0)