We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In our case the timestamp is a bit disturbing since our logs already have timestamps:
docker logs
2015-05-18 04:51:59,912 - dock.plugins.squash - DEBUG - Archive generated
API
2015-05-18T08:51:59.918042576Z 2015-05-18 04:51:59,912 - dock.plugins.squash - DEBUG - Archive generated
osc build-logs
2015-05-18T08:51:59.918094714Z 2015-05-18 04:51:59,912 - dock.plugins.squash - DEBUG - Archive generated
Would it possible to disable timestamping? Or even better, make it configurable.
The text was updated successfully, but these errors were encountered:
@TomasTomecek +100 this is annoying me for a pretty long time. I think we should not use 'glog' to return logs here but just Printf()
Sorry, something went wrong.
@smarterclayton @TomasTomecek wonder if this add the first timestamp or the second...
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/pkg/kubelet/dockertools/manager.go#L223
Upstream: kubernetes/kubernetes#8407
No branches or pull requests
In our case the timestamp is a bit disturbing since our logs already have timestamps:
docker logs
API
osc build-logs
Would it possible to disable timestamping? Or even better, make it configurable.
The text was updated successfully, but these errors were encountered: