mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Replaced <removed> with (removed) for the log cleanser so it doesn't mess with forums.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace NzbDrone.Common.Instrumentation
|
||||
var value = m.Value;
|
||||
foreach (var capture in m.Groups["secret"].Captures.OfType<Capture>().Reverse())
|
||||
{
|
||||
value = value.Replace(capture.Index - m.Index, capture.Length, "<removed>");
|
||||
value = value.Replace(capture.Index - m.Index, capture.Length, "(removed)");
|
||||
}
|
||||
|
||||
return value;
|
||||
|
Reference in New Issue
Block a user