Skip to main content

is_debug_enabled

Function is_debug_enabled 

Source
pub fn is_debug_enabled() -> bool
Expand description

Check if NAP debug mode is enabled

Debug mode provides verbose logging for troubleshooting and development. When enabled, additional debug messages are logged throughout the SDK.

Environment variable: NAP_DEBUG Values: “1”, “true”, “yes” (case-insensitive) to enable