get_log_level

Function get_log_level 

Source
pub fn get_log_level() -> &'static str
Expand description

Get the configured log level from PRAX_LOG_LEVEL environment variable.

Defaults to “debug” if PRAX_DEBUG is enabled, otherwise “warn”.