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

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)
{