PROMPT_LEVEL

Static PROMPT_LEVEL 

Source
pub static PROMPT_LEVEL: LazyLock<Option<Level>>
Expand description

The current level to which messages should be notified. By default, only errors cause prompts. This is controlled via the NOTIFY environment variable, and can be set to none to only log to the terminal.