Merge pull request #1866 from Bond-009/sqlslow

Change slow query time logging to debug
This commit is contained in:
Vasily 2019-10-09 15:52:29 +03:00 committed by GitHub
commit cadfd5bf3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,