|
|
@@ -399,7 +399,7 @@ impl Dorado {
|
|
|
let start_time = std::time::SystemTime::now();
|
|
|
self.start_time = start_time;
|
|
|
|
|
|
- info!("Running Dorado with params: {:#?}", self.config);
|
|
|
+ debug!("Running Dorado with config: {:#?}", self.config);
|
|
|
|
|
|
let dorado_bin = self.config.align.dorado_bin.clone();
|
|
|
|
|
|
@@ -520,6 +520,7 @@ impl Dorado {
|
|
|
}
|
|
|
|
|
|
if base_pod_dir.is_some() {
|
|
|
+ info!("Removing tmp archive dir: {}", config.unarchive_tmp_dir);
|
|
|
fs::remove_dir_all(&config.unarchive_tmp_dir)?;
|
|
|
}
|
|
|
|