reduced script debug level to info

This commit is contained in:
tuhriel
2023-08-27 17:14:47 +02:00
committed by GitHub
parent 2223050523
commit 53f41a9434

View File

@@ -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]')