From c9cf4a479abdc4941d43ea2d2fc0d35a06d7c541 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Fri, 3 Jul 2015 09:50:06 -0400 Subject: [PATCH] Split reader interface from logger interface Implement new reader interface on jsonfile. Moves jsonlog decoding from daemon to jsonfile logger. Signed-off-by: Brian Goff --- docs/reference/commandline/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/logs.md b/docs/reference/commandline/logs.md index db97143dec..a2e69e4d21 100644 --- a/docs/reference/commandline/logs.md +++ b/docs/reference/commandline/logs.md @@ -29,7 +29,7 @@ The `docker logs --follow` command will continue streaming the new output from the container's `STDOUT` and `STDERR`. Passing a negative number or a non-integer to `--tail` is invalid and the -value is set to `latest` in that case. +value is set to `all` in that case. The `docker logs --timestamp` commands will add an RFC3339Nano timestamp, for example `2014-09-16T06:17:46.000000000Z`, to each