I am using io.github.microutils:kotlin-logging:1.7...
# spring
s
I am using io.github.microutilskotlin logging1.7.6 for logging. I am looking for ways to scrub , hide sensitive data in logs.
a
The
kotlin-logging
library is just a wrapper for SLF4J. So, you should look how to scrub info there. Look into custom
layout
.