mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Fixed: API keys should be more reliably cleansed from the logs
This commit is contained in:
@@ -117,7 +117,7 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
try
|
||||
{
|
||||
_logger.CleansedDebug("Downloading Feed " + url);
|
||||
_logger.Debug("Downloading Feed " + url);
|
||||
var xml = _httpProvider.DownloadString(url);
|
||||
if (!string.IsNullOrWhiteSpace(xml))
|
||||
{
|
||||
|
Reference in New Issue
Block a user