Merge pull request #1866 from Bond-009/sqlslow

Change slow query time logging to debug
pull/1871/head
Vasily 5 years ago committed by GitHub
commit cadfd5bf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save