Bug 1468342

Summary: OpenShift default logging driver is journald but logging says json-file locations
Product: OpenShift Container Platform Reporter: Ryan Howe <rhowe>
Component: DocumentationAssignee: Vikram Goyal <vigoyal>
Status: CLOSED EOL QA Contact: Vikram Goyal <vigoyal>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: 3.5.0CC: aos-bugs, bmcelvee, fcami, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-10 06:45: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 Ryan Howe 2017-07-06 18:19:28 UTC
Document URL: 
https://docs.openshift.com/container-platform/3.5/install_config/aggregate_logging.html#aggregated-fluentd

Section Number and Name: 
Having Fluentd Use the Systemd Journal as the Log Source

Describe the issue: 
Reading of this is misleading. As its says by default fluentd reads from /var/log/containers/* for container logs. 

But in 3.5 docker defaults to journald so really by default fluentd will read from journal 

```
https://docs.openshift.com/container-platform/3.5/release_notes/ocp_3_5_release_notes.html

RHBA-2017:0903 - atomic-openshift-utils Bug Fix and Enhancement Update

The default docker log driver has been changed to journald in order to provider higher performance and lower logging latency. (BZ#1388191)
```

** We should include a warning that container logs are only symlinked to  /var/log/container/*  if docker is using "json-file" 

** We should highlight that dockers defaults to use journald logging driver now in 3.5 or later.