Skip to content

Commit 1c05501

Browse files
authored
Merge pull request #24815 from lacatoire/fix/issue-21898-json-file-compress-default
engine/logging: fix json-file compress default value
2 parents 6d61abd + e8935df commit 1c05501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/logging/drivers/json-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The `json-file` logging driver supports the following logging options:
8080
| `labels-regex` | Similar to and compatible with `labels`. A regular expression to match logging-related labels. Used for advanced [log tag options](log_tags.md). | `--log-opt labels-regex=^(production_status\|geo)` |
8181
| `env` | Applies when starting the Docker daemon. A comma-separated list of logging-related environment variables this daemon accepts. Used for advanced [log tag options](log_tags.md). | `--log-opt env=os,customer` |
8282
| `env-regex` | Similar to and compatible with `env`. A regular expression to match logging-related environment variables. Used for advanced [log tag options](log_tags.md). | `--log-opt env-regex=^(os\|customer)` |
83-
| `compress` | Toggles compression for rotated logs. Default is `disabled`. | `--log-opt compress=true` |
83+
| `compress` | Toggles compression for rotated logs. Defaults to `false` (no compression). | `--log-opt compress=true` |
8484

8585
### Examples
8686

0 commit comments

Comments
 (0)