You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -112,7 +149,7 @@ A example rendered message would then look like:
112
149
113
150
You can specify any mask string as long as it's non-null or an empty string.
114
151
115
-
## Always mask a property
152
+
###Always mask a property
116
153
117
154
It may be that you always want to mask the value of a property regardless of whether it matches a pattern for any of the masking operators. In that case you can specify that the property is always masked:
118
155
@@ -133,7 +170,7 @@ logger.Information("This is a sensitive {Email}", "this doesn't match the regex
133
170
134
171
the rendered log message comes out as: `"This is a sensitive ***MASKED***"`
135
172
136
-
## Never mask a property
173
+
###Never mask a property
137
174
138
175
It may be that you never want to mask the value of a property regardless of whether it matches a pattern for any of the masking operators. In that case you can specify that the property is never masked:
0 commit comments