diff options
| author | wlan0 <sidharthamn@gmail.com> | 2015-06-30 17:40:13 -0700 |
|---|---|---|
| committer | wlan0 <sidharthamn@gmail.com> | 2015-07-02 06:26:06 -0700 |
| commit | 9b782d3af322bd8d9cf857d63eb7f2e0fe484c90 (patch) | |
| tree | 8c28752255e73165466df9fe0c4a3392cff902e5 /docs/reference/commandline/logs.md | |
| parent | 4ef67b79bc8d831f726268bbb1edca7e032a8018 (diff) | |
| download | docker-9b782d3af322bd8d9cf857d63eb7f2e0fe484c90.tar.gz | |
add support for maximum log size, and max number of log files
Signed-off-by: wlan0 <sidharthamn@gmail.com>
Diffstat (limited to 'docs/reference/commandline/logs.md')
| -rw-r--r-- | docs/reference/commandline/logs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/commandline/logs.md b/docs/reference/commandline/logs.md index 95e0c09e73..db97143dec 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 `all` in that case. This behavior may change in the future. +value is set to `latest` in that case. The `docker logs --timestamp` commands will add an RFC3339Nano timestamp, for example `2014-09-16T06:17:46.000000000Z`, to each |
