mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added logging of Sonarr API calls.
This commit is contained in:
parent
c249ad5dbe
commit
229986033c
4 changed files with 70 additions and 2 deletions
|
@ -74,7 +74,7 @@ namespace NzbDrone.Common.Http
|
|||
|
||||
stopWatch.Stop();
|
||||
|
||||
_logger.Trace("{0} ({1:n0} ms)", response, stopWatch.ElapsedMilliseconds);
|
||||
_logger.Trace("{0} ({1} ms)", response, stopWatch.ElapsedMilliseconds);
|
||||
|
||||
foreach (var interceptor in _requestInterceptors)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue