man: dockerd: add description for --log-format option

This option was added in a08abec9f8d59eaa44c375900e254384a68c5a31,
as part of Docker v25.0, but did not update the docs and manpage.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 9ae514fdc7)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
Sebastiaan van Stijn 2024-09-16 12:41:23 +02:00 committed by Austin Vazquez
parent 7e698d9251
commit e9865d577e
No known key found for this signature in database
GPG Key ID: 5F5F4008442CADB8
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,7 @@ dockerd - Enable daemon mode
[**--label**[=*[]*]] [**--label**[=*[]*]]
[**--live-restore**[=**false**]] [**--live-restore**[=**false**]]
[**--log-driver**[=*json-file*]] [**--log-driver**[=*json-file*]]
[**--log-format**="*text*|*json*"]
[**--log-opt**[=*map[]*]] [**--log-opt**[=*map[]*]]
[**--mtu**[=*0*]] [**--mtu**[=*0*]]
[**--max-concurrent-downloads**[=*3*]] [**--max-concurrent-downloads**[=*3*]]
@ -324,6 +325,9 @@ unix://[/path/to/socket] to use.
Default driver for container logs. Default is **json-file**. Default driver for container logs. Default is **json-file**.
**Warning**: **docker logs** command works only for **json-file** logging driver. **Warning**: **docker logs** command works only for **json-file** logging driver.
**--log-format**="*text*|*json*"
Set the format for logs produced by the daemon. Default is "text".
**--log-opt**=[] **--log-opt**=[]
Logging driver specific options. Logging driver specific options.