Change slow query time logging to debug

pull/1866/head
Bond_009 5 years ago
parent aa9d7d7f04
commit ac93a5a85c

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

Loading…
Cancel
Save