pub fn init_tracing(
    name: &str,
    log_dir: &PathBuf,
    log_level: Level,
    jaeger_addr: Option<&SocketAddr>
) -> Vec<WorkerGuard>