mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
tweaked http server startup
This commit is contained in:
@@ -171,6 +171,7 @@ namespace MediaBrowser.Common.Implementations
|
||||
Logger = LogManager.GetLogger("App");
|
||||
|
||||
LogManager.ReloadLogger(ConfigurationManager.CommonConfiguration.EnableDebugLevelLogging ? LogSeverity.Debug : LogSeverity.Info);
|
||||
OnLoggerLoaded();
|
||||
|
||||
DiscoverTypes();
|
||||
|
||||
@@ -183,6 +184,11 @@ namespace MediaBrowser.Common.Implementations
|
||||
await RunStartupTasks().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
protected virtual void OnLoggerLoaded()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Runs the startup tasks.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user