add serverId to the log

This commit is contained in:
Luke Pulverenti
2015-12-30 02:11:58 -05:00
parent 544671c585
commit 7f7d6cddcc
3 changed files with 14 additions and 4 deletions

View File

@@ -321,6 +321,7 @@ namespace MediaBrowser.Server.Startup.Common
{
await base.RunStartupTasks().ConfigureAwait(false);
Logger.Info("ServerId: {0}", SystemId);
Logger.Info("Core startup complete");
HttpServer.GlobalResponse = null;