mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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)
|
||||
{
|
||||
Logger.LogWarning(
|
||||
Logger.LogDebug(
|
||||
"{Method} query time (slow): {ElapsedMs}ms. Query: {Query}",
|
||||
methodName,
|
||||
elapsed,
|
||||
|
Loading…
x
Reference in New Issue
Block a user