init

Function init 

Source
pub fn init(logs_dir: &PathBuf, verbose: bool) -> Result<()>
Expand description

Initialize the logging system. Creates a logs directory and writes JSON-formatted logs there. Also logs to stderr if verbose mode is enabled.