Function init

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

Initialize default tracing infrastructure for the service.

ยงErrors

This function will return an error if some error occurs or initialization was already done before (it may be the case if you run several tests in parallel).