excluded detections rules output when metrics and logon_summary #730
This commit is contained in:
@@ -623,8 +623,10 @@ impl App {
|
||||
let total_size_output = format!("Total file size: {}", total_file_size.to_string_as(false));
|
||||
println!("{}", total_size_output);
|
||||
println!();
|
||||
println!("Loading detections rules. Please wait.");
|
||||
println!();
|
||||
if !(configs::CONFIG.read().unwrap().args.metrics || configs::CONFIG.read().unwrap().args.logon_summary) {
|
||||
println!("Loading detections rules. Please wait.");
|
||||
println!();
|
||||
}
|
||||
|
||||
if configs::CONFIG.read().unwrap().args.html_report.is_some() {
|
||||
let output_data = vec![
|
||||
|
||||
Reference in New Issue
Block a user