Change slow query time logging to debug

This commit is contained in:
Bond_009 2019-10-08 22:17:15 +02:00
parent aa9d7d7f04
commit ac93a5a85c

View file

@ -2724,7 +2724,7 @@ namespace Emby.Server.Implementations.Data
if (elapsed >= SlowThreshold)
{
Logger.LogWarning(
Logger.LogDebug(
"{Method} query time (slow): {ElapsedMs}ms. Query: {Query}",
methodName,
elapsed,