From 58f3632285b3ee29d48ae23ece5fa070a6a26984 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Fri, 9 Jun 2017 00:35:04 +0530 Subject: [PATCH] Update syslog documentation for typo (#3502) There is a typo of UDP which is spelled as UP. Corrected it. Signed-off-by: Swapnil Kulkarni --- engine/admin/logging/syslog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/logging/syslog.md b/engine/admin/logging/syslog.md index 5eb47858fa..b4a52e85b9 100644 --- a/engine/admin/logging/syslog.md +++ b/engine/admin/logging/syslog.md @@ -40,7 +40,7 @@ dockerd \ --log-opt syslog-address=udp://1.2.3.4:1111 ``` -> **Note**: The syslog-address supports both UP and TCP. +> **Note**: The syslog-address supports both UDP and TCP. To make the changes persistent, add the toptions to `/etc/docker/daemon.json`: