diff --git a/config_example/config.py b/config_example/config.py index c9017c8..2c8c39d 100644 --- a/config_example/config.py +++ b/config_example/config.py @@ -28,7 +28,7 @@ else: # APP_NAME = "ambient_info" LOGTARGET = 'stdout' # possible choices are: 'logfile' or 'stdout' -LOGLVL = 'DEBUG' +LOGLVL = 'WARNING' LOGHOST = 'cutelog' LOGPORT = 19996