DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

Move environment variable logging from verbose to debug log level #222

Closed romainkomorndatadog closed 7 months ago

romainkomorndatadog commented 11 months ago

Logging environment variables risks leaking secrets, and likely isn't necessary in non-debugging scenarios.

Another, more complicated option, would be to have an allowlist (or blocklist) of environment variables to suppress from logging.

romainkomorndatadog commented 11 months ago

Maybe this should've broken some tests. 🤔

romainkomorndatadog commented 7 months ago

Closing this in favor of "we're moving to hatch".