From de0a4d4a12bbcb74582a264bdac056b64c87fedf Mon Sep 17 00:00:00 2001 From: spitefultowel Date: Mon, 4 Dec 2017 11:54:17 -0600 Subject: [PATCH] Update firststeps-logging.md to correct JSON Modified JSON for GELF to proper syntax (missing ,) --- docs/firststeps-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firststeps-logging.md b/docs/firststeps-logging.md index 9afa8eff5..80c64060f 100644 --- a/docs/firststeps-logging.md +++ b/docs/firststeps-logging.md @@ -47,7 +47,7 @@ Linux users can also add or edit the Docker daemons configuration file `/etc/doc ... "log-driver": "gelf", "log-opts": { - "gelf-address": "udp://graylog:12201" + "gelf-address": "udp://graylog:12201", "gelf-tag": "mailcow-logs" } ...