pub static mut esp_log_default_level: esp_log_level_t
Expand description

@brief Default log level

This is used by the definition of ESP_EARLY_LOGx macros. It is not recommended to set this directly, call esp_log_level_set(“*”, level) instead.