mirror of
https://github.com/Readarr/Readarr
synced 2026-01-04 22:54:24 +01:00
Log responses from qbit
This commit is contained in:
parent
0148f48913
commit
4cb3d8bac7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Net;
|
||||
using NLog;
|
||||
|
|
@ -156,6 +156,7 @@ private TResult ProcessRequest<TResult>(HttpRequestBuilder requestBuilder, QBitt
|
|||
AuthenticateClient(requestBuilder, settings);
|
||||
|
||||
var request = requestBuilder.Build();
|
||||
request.LogResponseContent = true;
|
||||
|
||||
HttpResponse response;
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in a new issue