Skip to main content

init_tracing

Function init_tracing 

Source
pub fn init_tracing() -> Result<()>
Expand description

Initialize the tracing system with either stdout or file logging.

Configuration behavior:

  • In normal operation: Logs to file in ~/.steer directory
  • Logging level is controlled by the RUST_LOG environment variable