Change slow query time logging to debug
This commit is contained in:
parent
aa9d7d7f04
commit
ac93a5a85c
|
@ -2724,7 +2724,7 @@ namespace Emby.Server.Implementations.Data
|
||||||
|
|
||||||
if (elapsed >= SlowThreshold)
|
if (elapsed >= SlowThreshold)
|
||||||
{
|
{
|
||||||
Logger.LogWarning(
|
Logger.LogDebug(
|
||||||
"{Method} query time (slow): {ElapsedMs}ms. Query: {Query}",
|
"{Method} query time (slow): {ElapsedMs}ms. Query: {Query}",
|
||||||
methodName,
|
methodName,
|
||||||
elapsed,
|
elapsed,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user