You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/engine/logging/drivers/json-file.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ The `json-file` logging driver supports the following logging options:
80
80
|`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)`|
81
81
|`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`|
82
82
|`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`|
0 commit comments