Commit 5bdc0b29 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix: Add trace to file imports

parent c618cfbc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ use std::fs::{create_dir_all, remove_file};
use std::io::prelude::*;
use std::path::PathBuf;
use tar::Archive;
use tracing::{debug, error, info};
use tracing::{debug, error, info, trace};
use which::which;

pub trait StaticAnalyzer {