diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-30 02:11:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-30 13:06:14 -0500 |
| commit | b43556479190f98eed902bc8a10160165015e4b3 (patch) | |
| tree | 85a1181dbdc7e787f35df3e489f1cf3d0cd7f0f5 /MediaBrowser.Server.Startup.Common | |
| parent | 4190c247a35acb4dadaa911a871b212cfeaa83aa (diff) | |
add serverId to the log
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index b10221050..c6e2dd98f 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; |
