Fixed: API keys should be more reliably cleansed from the logs

This commit is contained in:
Mark McDowall
2014-05-24 23:17:59 -07:00
parent fe8555d3ea
commit a40b9a306e
10 changed files with 42 additions and 52 deletions

View File

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