Skip to main content

init

Function init 

Source
pub fn init()
Expand description

Initialize the logging system.

Uses the RUST_LOG environment variable for filtering. If not set, defaults to shell_tunnel=info.

ยงPanics

Panics if called more than once, or if another tracing subscriber has already been set.