pub fn parse_logging_spec(
    spec: &str
) -> (Vec<LogDirective>, Vec<LogSpecParseError>)