pub fn is_debug_enabled() -> bool
Check if debug logging is enabled via PRAX_DEBUG environment variable.
PRAX_DEBUG
Returns true if PRAX_DEBUG is set to “true”, “1”, or “yes” (case-insensitive).
true