From 70b0ec9e05461c0ecfade6166e5765de24b23e92 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Wed, 29 Jan 2020 09:47:35 -0500 Subject: [PATCH] document docker's disable_log_collection flag --- website/source/docs/drivers/docker.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index 970158fa8..eb16127bc 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -719,6 +719,11 @@ plugin "docker" { `cert` and `key` to use a TLS client to connect to the docker daemon. `endpoint` must also be specified or this setting will be ignored. +* `disable_log_collection` - Defaults to `false`. Setting this to true will + disable Nomad logs collection of Docker tasks. If you don't rely on nomad log + capabilities and exclusively use host based log aggregation, you may consider + this option to disable nomad log collection overhead. + * `gc` stanza: * `image` - Defaults to `true`. Changing this to `false` will prevent Nomad from removing images from stopped tasks.