Browse Source

logging reduced to warnings

master
Dirk Alders 1 year ago
parent
commit
e5a585dfa2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config_example/config.py

+ 1
- 1
config_example/config.py View File

28
 #
28
 #
29
 APP_NAME = "ambient_info"
29
 APP_NAME = "ambient_info"
30
 LOGTARGET = 'stdout'   # possible choices are: 'logfile' or 'stdout'
30
 LOGTARGET = 'stdout'   # possible choices are: 'logfile' or 'stdout'
31
-LOGLVL = 'DEBUG'
31
+LOGLVL = 'WARNING'
32
 
32
 
33
 LOGHOST = 'cutelog'
33
 LOGHOST = 'cutelog'
34
 LOGPORT = 19996
34
 LOGPORT = 19996

Loading…
Cancel
Save