Commit 4a47e89e authored by Clayton Coleman's avatar Clayton Coleman

Merge pull request #8407 from mfojtik/double-timestamps

Disable 'Timestamps' in Docker logs to prevent double-timestamps
parents 47530211 7d11e226
......@@ -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,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment