oslo.log/oslo_log/tests
Ben Nemec a93c6ef98c Filter args dict in JSONFormatter
In most formatters, any unused keys in the args dict will just be
discarded.  Because JSONFormatter logged the entire dict in addition
to the message, some values were included in the output that may
not have been intended.  This could include sensitive data, so we
should stop that.

In the interest of maintaining compatibility with any tools that are
reading the args dict, we leave the dict but filter out any unused
keys.

Change-Id: Ib64837c1ae93a27bef3d30a776320a373f18dd1c
Closes-Bug: 1571714
Closes-Bug: 1787214
2018-08-27 17:44:40 +00:00
..
unit Filter args dict in JSONFormatter 2018-08-27 17:44:40 +00:00
__init__.py Move files out of the namespace package 2014-12-17 21:43:41 -05:00