mirror of
https://github.com/Readarr/Readarr
synced 2025-12-22 16:23:57 +01:00
Log response content, not response
This commit is contained in:
parent
f77469cc4d
commit
fd70346ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ public string ProcessRequest(IRestRequest restRequest, string action)
|
|||
{
|
||||
var client = BuildClient(action);
|
||||
var response = client.Execute(restRequest);
|
||||
_logger.Trace("Response: {0}", response);
|
||||
_logger.Trace("Response: {0}", response.Content);
|
||||
|
||||
CheckForError(response);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue