mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07: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 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
|
|||
AuthenticateClient(requestBuilder, settings);
|
||||
|
||||
var request = requestBuilder.Build();
|
||||
request.LogResponseContent = true;
|
||||
|
||||
HttpResponse response;
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue