@jjttjj Thanks, but I need to filter it based on the value, for example a user's password. I ended up using :middleware
to search for a value which is an instance of SensitiveData
which implements toString
that always returns "<<SENSITIVE>>"
.