From 3108ea73678202bd0f9e8f5786855728f61d7155 Mon Sep 17 00:00:00 2001 From: Raphael Luba Date: Sun, 23 Sep 2018 14:40:35 +0200 Subject: [PATCH] Fix typo in journald log options The `label` option is actually called `labels`. --- config/containers/logging/journald.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/containers/logging/journald.md b/config/containers/logging/journald.md index 83ed38b818..ecd850d63f 100644 --- a/config/containers/logging/journald.md +++ b/config/containers/logging/journald.md @@ -57,7 +57,7 @@ driver options. | Option | Required | Description | |:------------|:---------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `tag` | optional | Specify template to set `CONTAINER_TAG` and `SYSLOG_IDENTIFIER` value in journald logs. Refer to [log tag option documentation](/engine/admin/logging/log_tags/) to customize the log tag format | -| `label` | optional | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for the container. | +| `labels` | optional | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for the container. | | `env` | optional | Comma-separated list of keys of environment variables, which should be included in message, if these variables are specified for the container. | | `env-regex` | optional | Similar to and compatible with env. A regular expression to match logging-related environment variables. Used for advanced [log tag options](/engine/admin/logging/log_tags/). |