Merge pull request #8407 from mfojtik/double-timestamps

Disable 'Timestamps' in Docker logs to prevent double-timestamps
This commit is contained in:
Clayton Coleman 2015-05-18 09:59:50 -04:00
commit 4a47e89e8a

View File

@ -220,7 +220,7 @@ func (dm *DockerManager) GetContainerLogs(pod *api.Pod, containerID, tail string
Stderr: true,
OutputStream: stdout,
ErrorStream: stderr,
Timestamps: true,
Timestamps: false,
RawTerminal: false,
Follow: follow,
}