is_debug_enabled

Function is_debug_enabled 

Source
pub fn is_debug_enabled() -> bool
Expand description

Check if debug logging is enabled via PRAX_DEBUG environment variable.

Returns true if PRAX_DEBUG is set to “true”, “1”, or “yes” (case-insensitive).