Merge pull request #8407 from mfojtik/double-timestamps

Disable 'Timestamps' in Docker logs to prevent double-timestamps
pull/6/head
Clayton Coleman 2015-05-18 09:59:50 -04:00
commit 4a47e89e8a
1 changed files with 1 additions and 1 deletions

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,
}