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)