Skip to content

Commit

Permalink
man: dockerd: add description for --log-format option
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit 9ae514f)
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
thaJeztah authored and austinvazquez committed Oct 21, 2024
1 parent 7e698d9 commit e9865d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/dockerd.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dockerd - Enable daemon mode
[**--label**[=*[]*]]
[**--live-restore**[=**false**]]
[**--log-driver**[=*json-file*]]
[**--log-format**="*text*|*json*"]
[**--log-opt**[=*map[]*]]
[**--mtu**[=*0*]]
[**--max-concurrent-downloads**[=*3*]]
Expand Down Expand Up @@ -324,6 +325,9 @@ unix://[/path/to/socket] to use.
Default driver for container logs. Default is **json-file**.
**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**=[]
Logging driver specific options.

Expand Down

0 comments on commit e9865d5

Please sign in to comment.