mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Improved logging IServerEntrypoint.Run
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user