1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-28 23:07:13 -04:00

Added logging of Sonarr API calls.

This commit is contained in:
Taloth Saldono
2016-05-11 21:13:31 +02:00
parent c249ad5dbe
commit 229986033c
4 changed files with 70 additions and 2 deletions
+1 -1
View File
@@ -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)
{