Skip to content

Commit bc9eaef

Browse files
authored
Merge pull request #6556 from ahardin-rh/journald-typo
Fixed journald typo
2 parents 2ae2ff8 + b58b115 commit bc9eaef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release_notes/ocp_3_7_release_notes.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ You can also automate the configuration of the provider to point to multiple Ope
958958
[NOTE]
959959
====
960960
The *_/tmp/cp.yml_* file requires some manual configurations to create and use
961-
it correctly.
961+
it correctly.
962962
963963
//// Commenting out this section till CFME merges
964964
See Multiple Container Providers for more information.
@@ -1023,9 +1023,9 @@ openshift_checks_output_dir=/tmp/checks
10231023
==== Jourald for System Logs and JSON File for Container Logs
10241024

10251025
Docker log driver is set to `json-file` as the default for all nodes. Docker
1026-
`log-driver` can be set to `journal`, but there is no log rate throttling with
1027-
journal driver. So, there is always a risk for denial-of-service attacks from
1028-
rogue containers.
1026+
`log-driver` can be set to `journald`, but there is no log rate throttling with
1027+
the journald driver. So, there is always a risk for denial-of-service attacks
1028+
from rogue containers.
10291029

10301030
Fluentd will automatically determine which log driver (`journald` or
10311031
`json-file`) the container runtime is using. Fluentd will now always read logs

0 commit comments

Comments
 (0)