Commit 7d11e226 authored by Michal Fojtik's avatar Michal Fojtik

Disable 'Timestamps' in Docker logs to prevent double-timestamps

parent efb42b30
......@@ -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