logging reduced to warnings

This commit is contained in:
Dirk Alders 2023-10-12 06:54:05 +02:00
parent b2c07f2d0a
commit e5a585dfa2

View File

@ -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