Filter PII
Python Logging is a centralized place to filter out sensitive Personally Identifiable Information. The flow chart shows how a LogRecord propagates through the logging frameworks' layers. We can leverage the Filter layer (over the formatter) to redact...
Jul 11, 20241 min read75
