-
-
Save monkey-codes/a8d3918308efabb47fee8e901180db1a to your computer and use it in GitHub Desktop.
PII Invalid template usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LOGGER.info("a log message with PII string interpolation $customer") | |
| //will produce a log message like: | |
| //a template message with PII Customer(id=c91d4517-72d8-498d-a089-98a341195410, name=John Smith, passportNumber=9876543 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment