Show shardid in logs
This commit is contained in:
@ -61,7 +61,7 @@ namespace NadekoBot
|
||||
if (shardId < 0)
|
||||
throw new ArgumentOutOfRangeException(nameof(shardId));
|
||||
|
||||
LogSetup.SetupLogger();
|
||||
LogSetup.SetupLogger(shardId);
|
||||
_log = LogManager.GetCurrentClassLogger();
|
||||
TerribleElevatedPermissionCheck();
|
||||
|
||||
|
Reference in New Issue
Block a user