mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
Merge pull request #1866 from Bond-009/sqlslow
Change slow query time logging to debug
This commit is contained in:
commit
cadfd5bf3f
@ -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…
x
Reference in New Issue
Block a user