add support for maximum log size, and max number of log files

Signed-off-by: wlan0 <sidharthamn@gmail.com>
This commit is contained in:
wlan0 2015-06-30 17:40:13 -07:00 committed by Tibor Vass
parent 412d99db51
commit 7dac74d442
1 changed files with 1 additions and 1 deletions

View File

@ -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