SensitiveFilter doesn't work with dict args
Created by: jozo
There is a special case when LogRecord behaves differently when passed args is a tuple with one item which is a dict. In that case SensitiveFilter doesn't work becuase it converts such dict to a tuple.
LogRecord source code: https://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L295