Merge pull request #913 from Bond-009/log

Reduce log spam
This commit is contained in:
Vasily
2019-02-18 14:50:53 +03:00
committed by GitHub

View File

@@ -471,7 +471,7 @@ namespace Emby.Server.Implementations
{ {
try try
{ {
Logger.LogWarning("Creating instance of {Type}", type); Logger.LogDebug("Creating instance of {Type}", type);
return ActivatorUtilities.CreateInstance(_serviceProvider, type); return ActivatorUtilities.CreateInstance(_serviceProvider, type);
} }
catch (Exception ex) catch (Exception ex)