fn runtime_default_log_file(
    log_file: Option<PathBuf>,
    progress_bar: Option<ProgressConfig>
) -> Option<PathBuf>
Expand description

Returns the runtime default log file path based on the log_file and progress_bar configs.