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
commit 395072239d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)