pub fn set_up_logging(
    log_filter: LevelFilter,
    opt_fname: Option<String>
) -> BoxResult<()>