mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Log time in a standardized way
This commit is contained in:
@@ -2747,7 +2747,7 @@ namespace Emby.Server.Implementations.Data
|
||||
|
||||
if (elapsed >= slowThreshold)
|
||||
{
|
||||
Logger.LogWarning("{0} query time (slow): {1}ms. Query: {2}",
|
||||
Logger.LogWarning("{0} query time (slow): {1:g}. Query: {2}",
|
||||
methodName,
|
||||
elapsed,
|
||||
commandText);
|
||||
|
||||
Reference in New Issue
Block a user