We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c107a commit dbb21d7Copy full SHA for dbb21d7
StackExchange.Exceptional/Error.cs
@@ -32,7 +32,7 @@ public class Error
32
/// <summary>
33
/// Gets the data include pattern, like "SQL.*|Redis-*" to match against .Data keys to include when logging
34
/// </summary>
35
- public static Regex DataIncludeRegex { get; }
+ public static Regex DataIncludeRegex { get; set; }
36
37
static Error()
38
{
0 commit comments