Skip to content

Warn when logging severity is excessive

Logging at debug or trace is risky, since it can expose information that would be useful to an attacker. We should warn when these severities are in use.

See also #550 and #551 (closed).