Closed romainkomorndatadog closed 10 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.
Maybe this should've broken some tests. 🤔
Closing this in favor of "we're moving to hatch".
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.