Tagged: logback masking

0

Masking log output in Logback

It is important to make sure that sensitive information does not get logged by your application. Logging is an important tool for troubleshooting your app, however, it can be easy to accidentally log passwords, emails, or other sensitive information. For such scenarios, I created Logmasker, an open-source library that can be used with both Logback and Log4j2 for masking all sorts of sensitive information. Please look at the dedicated page for LogMasker – Log4j and Logback Masking Library. However, because of...