Feature/change level option#250 (#259)
* fixed level option #250 * changed output
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ fn analysis_files(evtx_files: Vec<PathBuf>) {
|
||||
.read()
|
||||
.unwrap()
|
||||
.args
|
||||
.value_of("level")
|
||||
.value_of("min-level")
|
||||
.unwrap_or("informational")
|
||||
.to_uppercase();
|
||||
println!("Analyzing event files: {:?}", evtx_files.len());
|
||||
|
||||
Reference in New Issue
Block a user