Skip to content

Commit d67e588

Browse files
committed
log display fix
1 parent 52e68d7 commit d67e588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ where, enableLog, logDirectory, logFilename, logMaximumSize are variables to be
9292

9393
### Important Notes
9494
* 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 -->
95-
* <PatternLayout pattern="%d{MM/dd/yy HH:mm:ss,SS:} [%t] %5p (%C{1}:%-1L) - %m%n"/>
95+
```xml <PatternLayout pattern="%d{MM/dd/yy HH:mm:ss,SS:} [%t] %5p (%C{1}:%-1L) - %m%n"/> ```
9696
replace with
97-
<PatternLayout pattern="%d{MM/dd/yy HH:mm:ss,SS:} [%t] %5p (%C{1}:%-1L) - %maskedMessage%n"/>
97+
```xml <PatternLayout pattern="%d{MM/dd/yy HH:mm:ss,SS:} [%t] %5p (%C{1}:%-1L) - %maskedMessage%n"/> ```
9898

9999

100100
* Sensitive data fields are listed below:

0 commit comments

Comments
 (0)