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)
|
||||
{
|
||||
Logger.LogWarning(
|
||||
Logger.LogDebug(
|
||||
"{Method} query time (slow): {ElapsedMs}ms. Query: {Query}",
|
||||
methodName,
|
||||
elapsed,
|
||||
|
|
Loading…
Reference in New Issue
Block a user