Browse Source

Improved logging IServerEntrypoint.Run

softworkz 9 năm trước cách đây
mục cha
commit
fc3beb5445
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Server.Startup.Common/ApplicationHost.cs

+ 1 - 1
MediaBrowser.Server.Startup.Common/ApplicationHost.cs

@@ -339,7 +339,7 @@ namespace MediaBrowser.Server.Startup.Common
                 }
                 catch (Exception ex)
                 {
-                    Logger.ErrorException("Error in {0}", ex, entryPoint.GetType().Name);
+                    Logger.ErrorException("Error in {0}", ex, entryPoint.GetType().FullName);
                 }
             });