mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #1866 from Bond-009/sqlslow
Change slow query time logging to debug
(cherry picked from commit cadfd5bf3f
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
This commit is contained in:
parent
9c0a8350d6
commit
89d365122c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue