pub fn build_logger_text<S>(
    log_level: Level
) -> Box<dyn Layer<S> + Send + Sync + 'static>
where S: Subscriber + for<'a> LookupSpan<'a>,