loghost changed to loggy

This commit is contained in:
Dirk Alders 2025-07-24 14:16:14 +02:00
parent 002d7374e2
commit cefcefc5a1

View File

@ -4,7 +4,7 @@ import report
from topics import * from topics import *
DEBUG = False # False: logging to stdout with given LOGLEVEL - True: logging all to localhost:19996 and warnings or higher to stdout 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 LOG_LEVEL = logging.INFO # STDOUT logging
GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222) GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)