init_logger

Function init_logger 

Source
pub fn init_logger()
Expand description

Initialise the env_logger with a loguru-style format (HH:MM:SS | LEVEL | msg).

Logging behaviour:

  • If RUST_LOG is set, the user has full control.
  • Otherwise default to INFO (override with KATAGLYPHIS_LOG_LEVEL).
  • Noisy wgpu / naga modules are clamped to WARN.