1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/sources/reference
James Turnbull aa0eca03e6 Updated docker logs timestamp to RFC3339
Currently the docker logs timestamp flag generates log entries like:

    $ sudo docker logs -ft daemon_dave
    [May 10 13:06:17.934] hello world

It uses Go's StampMilli timestamp to generate the timestamp. The entry
is also wrapped in [ ].

This is non-standard operational timestamp and one that will require
custom parsing.

The new timestamp is RFC3999Nano and generates entries like:

    2014-05-10T17:42:14.999999999Z07:00 hello world

These are readily parsed by tools like ELK.

Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)

Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: tiborvass)
2014-07-09 11:59:06 -04:00
..
api add jclouds-docker client reference 2014-07-07 15:14:41 +02:00
commandline Updated docker logs timestamp to RFC3339 2014-07-09 11:59:06 -04:00
api.md Fixed API 1.12 links and misc other fixes 2014-06-08 17:59:22 -07:00
builder.md Explain ADD invalidation more accurately 2014-07-04 16:40:23 +01:00
run.md run.md: Fix references to cli 2014-07-06 14:47:37 +02:00