moby--moby/api/client
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
..
cli.go This check was backwards. 2014-05-21 17:37:40 -04:00
commands.go Updated docker logs timestamp to RFC3339 2014-07-09 11:59:06 -04:00
hijack.go move hijack to it's own file 2014-05-02 17:45:58 +00:00
utils.go adding a little uniqueness, to wrapped errors. 2014-06-17 16:07:34 -04:00