diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-02-16 11:41:48 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-02-16 16:42:24 +0100 |
| commit | a9934206761251a58d95c590bb87c9b0177e6754 (patch) | |
| tree | a0a6c9fe6ada7374fd845af643090429db568824 | |
| parent | 25c2267a89af5c2e82774c638cdad0defcc894b5 (diff) | |
Reduce log spam
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 784486d52..2490b9717 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -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) |
