pub async fn init<F>(log_path: Option<PathBuf>, fut: F) -> Result<(), Report>where F: Future<Output = Result<(), Report>> + UnwindSafe,
Initializes error and panics handling