pub fn get_log_level() -> &'static str
Get the configured log level from PRAX_LOG_LEVEL environment variable.
PRAX_LOG_LEVEL
Defaults to “debug” if PRAX_DEBUG is enabled, otherwise “warn”.
PRAX_DEBUG