mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 01:13:33 +01:00
Reduce log spam
This commit is contained in:
parent
25c2267a89
commit
a993420676
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue