init_file_logging

Function init_file_logging 

Source
pub fn init_file_logging(
    log_file: &str,
    level: &str,
    json_format: bool,
) -> Result<()>
Expand description

Initialize structured logging with file output

ยงErrors

Returns an error if the log file cannot be opened or logging cannot be initialized