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

@ -63,7 +63,7 @@ namespace NadekoBot.Core.Services
public ShardsCoordinator()
{
//load main stuff
LogSetup.SetupLogger();
LogSetup.SetupLogger(-1);
_log = LogManager.GetCurrentClassLogger();
_creds = new BotCredentials();