UI Deploy

Curated, Short, Web UI Dev we Love.

Hiding Sensitive Data from Logs with Python

Last week I’ve had to wrangle with Python’s documentation because I needed one of the apps I’m writing to centrally remove sensitive information from the logs. After several attempts at understanding the documentation, I’ve come to appreciate the built-in logging framework.

view source

Advertisement