Skip to main content

init_subscriber

Function init_subscriber 

Source
pub fn init_subscriber()
Expand description

Create a default subscriber logging messages to stdout and respecting the RUST_LOG environment variable.

If the environment variable is not set - then the “info” level will be used.