From 15c7763306ff6238753ce3308465930c70bcc360 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Tue, 15 Nov 2022 09:57:22 +0100
Subject: [PATCH] L2SS-1052: improve developer docs

---
 tangostationcontrol/docs/source/developer.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/docs/source/developer.rst b/tangostationcontrol/docs/source/developer.rst
index 68ca9be25..d9ecd655f 100644
--- a/tangostationcontrol/docs/source/developer.rst
+++ b/tangostationcontrol/docs/source/developer.rst
@@ -68,7 +68,7 @@ The Logstash pipeline collects the logs from the containers, as well as any exte
 +-------------+------------+-------------------------------------------------------------------------------------------------------------+
 | Interface   | Port       | Note                                                                                                        |
 +=============+============+=============================================================================================================+
-| Syslog      | 1514/udp   | Recommended over TCP.                                                                                       |
+| Syslog      | 1514/udp   | Recommended over TCP, as the Logstash pipeline might be down.                                               |
 +-------------+------------+-------------------------------------------------------------------------------------------------------------+
 | Syslog      | 1514/tcp   |                                                                                                             |
 +-------------+------------+-------------------------------------------------------------------------------------------------------------+
-- 
GitLab