Skip to content

Commit c77dfb0

Browse files
fix(docs): Update configuration.md (backport release-3.3.x) (#17299)
Co-authored-by: Mitch Nemirovsky <7938872+mitchnemirov@users.noreply.github.com>
1 parent c22ff73 commit c77dfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/send-data/docker-driver/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ To specify additional logging driver options, you can use the --log-opt NAME=VAL
240240
| `loki-tls-insecure-skip-verify` | No | `false`* | Allow to skip tls verification. |
241241
| `loki-proxy-url` | No | | Proxy URL use to connect to Loki. |
242242
| `no-file` | No | `false`* | Default is "true" and files are created. Set to "False" to tell driver not to create log files on disk. However this means you won't be able to use `docker logs` on the container anymore. Use this setting if you don't need to use `docker logs` and you run with limited disk space. |
243-
| `keep-file` | No | `false`* | The default is "true" and files are removed once the container is stopped. Set to "False" to tell driver to keep json log files once the container is stopped. |
243+
| `keep-file` | No | `false`* | The default is "false" and files are removed once the container is stopped. Set to "true" to tell driver to keep json log files once the container is stopped. |
244244
| `max-size` | No | -1 | The maximum size of the log before it is rolled. A positive integer plus a modifier representing the unit of measure (k, m, or g). Defaults to -1 (unlimited). This is used by json-log required to keep the `docker log` command working. |
245245
| `max-file` | No | 1 | The maximum number of log files that can be present. If rolling the logs creates excess files, the oldest file is removed. Only effective when max-size is also set. A positive integer. Defaults to 1. |
246246
| `labels` | No | | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for container. |

0 commit comments

Comments
 (0)