aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-12-30 02:11:58 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-12-30 02:11:58 -0500
commit7f7d6cddcc97904f9923e9878d22b60d4f8e8d2c (patch)
tree990219990b5069c61728e5cd892c159ef5782184 /MediaBrowser.Server.Startup.Common/ApplicationHost.cs
parent544671c58514a91e13485247eaf73d00bbae30ef (diff)
add serverId to the log
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/ApplicationHost.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
index 8680cff61..2bc01ebe1 100644
--- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
+++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
@@ -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;