Bug 1596012
| Summary: | [DOCS] Change in default docker log driver is not documented in release notes | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Suresh <sgaikwad> |
| Component: | Documentation | Assignee: | Michael Burke <mburke> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Vikram Goyal <vigoyal> |
| Severity: | medium | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | medium | ||
| Version: | 3.9.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-16 17:37:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Suresh
2018-06-28 03:44:32 UTC
The following is in the 3.7 release notes. I moved to 3.9 release notes. [[ocp-37-journald-system-logs]] ==== Journald for System Logs and JSON File for Container Logs Docker log driver is set to `json-file` as the default for all nodes. Docker `log-driver` can be set to `journald`, but there is no log rate throttling with the journald driver. So, there is always a risk for denial-of-service attacks from rogue containers. Fluentd will automatically determine which log driver (`journald` or `json-file`) the container runtime is using. Fluentd will now always read logs from journald and also *_/var/log/containers_* (if `log-driver` is set to `json-file`). Fluentd will no longer read from *_/var/log/messages_*. See xref:../install_config/aggregate_logging.adoc#install-config-aggregate-logging[Aggregating Container Logs] for more information. https://github.com/openshift/openshift-docs/pull/10719 |