Skip to content

Commit 9ae514f

Browse files
committed
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>
1 parent a18c896 commit 9ae514f

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
@@ -52,6 +52,7 @@ dockerd - Enable daemon mode
5252
[**--label**[=*[]*]]
5353
[**--live-restore**[=**false**]]
5454
[**--log-driver**[=*json-file*]]
55+
[**--log-format**="*text*|*json*"]
5556
[**--log-opt**[=*map[]*]]
5657
[**--mtu**[=*0*]]
5758
[**--max-concurrent-downloads**[=*3*]]
@@ -324,6 +325,9 @@ unix://[/path/to/socket] to use.
324325
Default driver for container logs. Default is **json-file**.
325326
**Warning**: **docker logs** command works only for **json-file** logging driver.
326327

328+
**--log-format**="*text*|*json*"
329+
Set the format for logs produced by the daemon. Default is "text".
330+
327331
**--log-opt**=[]
328332
Logging driver specific options.
329333

0 commit comments

Comments
 (0)