Merge pull request #913 from Bond-009/log

Reduce log spam
pull/851/head
Vasily 5 years ago committed by GitHub
commit 395072239d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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