mirror of
https://github.com/solero/houdini.git
synced 2025-09-03 22:08:38 +00:00
Set default logger level to INFO
This commit is contained in:
@@ -30,7 +30,7 @@ servers = {
|
|||||||
'Logging': {
|
'Logging': {
|
||||||
'General': 'logs/login.log',
|
'General': 'logs/login.log',
|
||||||
'Errors': 'logs/login-errors.log',
|
'Errors': 'logs/login-errors.log',
|
||||||
'Level': 'DEBUG'
|
'Level': 'INFO'
|
||||||
},
|
},
|
||||||
'LoginFailureLimit': 5,
|
'LoginFailureLimit': 5,
|
||||||
'LoginFailureTimer': 3600,
|
'LoginFailureTimer': 3600,
|
||||||
|
Reference in New Issue
Block a user