Set default logger level to INFO

This commit is contained in:
Ben 2019-06-08 21:15:00 +01:00
parent 84e43e1cd4
commit 93a78ed360

View File

@ -30,7 +30,7 @@ servers = {
'Logging': {
'General': 'logs/login.log',
'Errors': 'logs/login-errors.log',
'Level': 'DEBUG'
'Level': 'INFO'
},
'LoginFailureLimit': 5,
'LoginFailureTimer': 3600,