mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update logging
This commit is contained in:
parent
5c5cc212aa
commit
0af6b57334
@ -1868,10 +1868,10 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
}
|
||||
else
|
||||
{
|
||||
Logger.Debug("{2} query time: {0}ms. Query: {1}",
|
||||
Convert.ToInt32(elapsed),
|
||||
cmd.CommandText,
|
||||
methodName);
|
||||
//Logger.Debug("{2} query time: {0}ms. Query: {1}",
|
||||
// Convert.ToInt32(elapsed),
|
||||
// cmd.CommandText,
|
||||
// methodName);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user