Skip to content

Commit 45a9dde

Browse files
committed
man: dockerd: add description for --log-format option
This option was added in a08abec, as part of Docker v25.0, but did not update the docs and manpage. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4515f15 commit 45a9dde

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

man/dockerd.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dockerd - Enable daemon mode
5353
[**--label**[=*[]*]]
5454
[**--live-restore**[=**false**]]
5555
[**--log-driver**[=*json-file*]]
56+
[**--log-format**="*text*|*json*"]
5657
[**--log-opt**[=*map[]*]]
5758
[**--mtu**[=*0*]]
5859
[**--max-concurrent-downloads**[=*3*]]
@@ -333,6 +334,9 @@ unix://[/path/to/socket] to use.
333334
Default driver for container logs. Default is **json-file**.
334335
**Warning**: **docker logs** command works only for **json-file** logging driver.
335336

337+
**--log-format**="*text*|*json*"
338+
Set the format for logs produced by the daemon. Default is "text".
339+
336340
**--log-opt**=[]
337341
Logging driver specific options.
338342

0 commit comments

Comments
 (0)