Skip to content

Commit 7bbf7ad

Browse files
committed
adding tag in the logging file
1 parent e890550 commit 7bbf7ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Logging.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,11 @@ where **`enableLog, logDirectory, logFilename, logMaximumSize`** are variables t
8989

9090
### Important Notes
9191
* To enable masking of sensitive data i.e. sensitive data in the request/response should be hidden/masked, then replace `%m` with `%maskedMessage` in the patterns below -->
92-
92+
```xml
9393
<PatternLayout pattern="%d{MM/dd/yy HH:mm:ss,SS:} [%t] %5p (%C{1}:%-1L) - %m%n"/>
94-
9594
replace with
96-
9795
<PatternLayout pattern="%d{MM/dd/yy HH:mm:ss,SS:} [%t] %5p (%C{1}:%-1L) - %maskedMessage%n"/>
96+
```
9897

9998

10099
* Sensitive data fields are listed below:

0 commit comments

Comments
 (0)