Show shardid in logs

This commit is contained in:
Master Kwoth
2017-10-29 20:06:48 +01:00
parent 8fff510dc7
commit fb85f0c397
4 changed files with 6 additions and 6 deletions

View File

@ -61,7 +61,7 @@ namespace NadekoBot
if (shardId < 0)
throw new ArgumentOutOfRangeException(nameof(shardId));
LogSetup.SetupLogger();
LogSetup.SetupLogger(shardId);
_log = LogManager.GetCurrentClassLogger();
TerribleElevatedPermissionCheck();