From cefcefc5a176b0a8caa9240d447a938e4a52c07a Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 24 Jul 2025 14:16:14 +0200 Subject: [PATCH] loghost changed to loggy --- config_example/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_example/config.j2 b/config_example/config.j2 index e391072..45c6176 100644 --- a/config_example/config.j2 +++ b/config_example/config.j2 @@ -4,7 +4,7 @@ import report from topics import * DEBUG = False # False: logging to stdout with given LOGLEVEL - True: logging all to localhost:19996 and warnings or higher to stdout -LOG_HOSTNAME = "localhost" # When DEBUG is True +LOG_HOSTNAME = "loggy" # When DEBUG is True LOG_LEVEL = logging.INFO # STDOUT logging GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)