Fix log names world server

This commit is contained in:
Ben
2019-05-29 23:15:05 +01:00

View File

@@ -45,9 +45,9 @@ servers = {
'Plugins': [
],
'Logging': {
'General': 'logs/wind.log',
'Errors': 'logs/wind-errors.log',
'Level': 'DEBUG'
'General': 'logs/blizzard.log',
'Errors': 'logs/blizzard-errors.log',
'Level': 'INFO'
}
}
}
}