Fix log names world server

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

View File

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