logging reduced to warnings

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

파일 보기

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