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 10 months ago

romainkomorndatadog commented 1 year 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 1 year ago

Maybe this should've broken some tests. 🤔

romainkomorndatadog commented 10 months ago

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