Set default log level for Blizzard to DEBUG

This commit is contained in:
Ben 2019-05-16 16:35:28 +01:00
parent 99e7a63957
commit 65dd2c05ee

View File

@ -47,7 +47,7 @@ servers = {
'Logging': {
'General': 'logs/wind.log',
'Errors': 'logs/wind-errors.log',
'Level': 'INFO'
'Level': 'DEBUG'
}
}
}