Reduce log spam

pull/913/head
Bond-009 5 years ago
parent 25c2267a89
commit a993420676

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

Loading…
Cancel
Save