mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
reduced script debug level to info
This commit is contained in:
@@ -25,7 +25,7 @@ last_run = curPath + '/last_result.log'
|
||||
|
||||
logging.basicConfig(
|
||||
filename=log_file,
|
||||
level=logging.DEBUG,
|
||||
level=logging.INFO,
|
||||
format='%(asctime)s:%(levelname)s:%(name)s:%(message)s'
|
||||
)
|
||||
unifi_logger = logging.getLogger('[UNIFI]')
|
||||
|
||||
Reference in New Issue
Block a user