From 9ed2c76fc818f45dc9b14d73eea60e96b477374a Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 13 Jul 2022 12:51:57 -0700 Subject: [PATCH] Add log_tags link --- server/config/monitoring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/monitoring/README.md b/server/config/monitoring/README.md index 900ec4f..675f45a 100644 --- a/server/config/monitoring/README.md +++ b/server/config/monitoring/README.md @@ -92,4 +92,4 @@ Docker-compose adds a few labels to containers it starts. This feature is not co | `com.docker.compose.service` | `wg-easy` | | `com.docker.compose.version` | `1.29.2` | -These are *labels* on the container, which are distinct from *tags* in the actual json log payload. \ No newline at end of file +These are *labels* on the container, which are distinct from *tags* in the actual json log payload. Log tags are [documented here](https://docs.docker.com/config/containers/logging/log_tags/). \ No newline at end of file