logfellow/logstash-logback-encoder

Allow dropping paths

joca-bt opened this issue · 0 comments

Masking allows us to mask arbitrary paths when logging an object. However, sometimes we have the need to not log a particular field at all. While we can achieve this by making a copy of the object or modifying the original field to null, I was wondering if this could be achieved in a way similar to masking and whether it would be useful for other people as well.