Skip to content

Commit a6526bd

Browse files
authored
Fix explorer config (#186)
2 parents 190a23a + b8aa09e commit a6526bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jormungandr/testing/hersir/src/builder/explorer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use jormungandr_automation::{
33
jormungandr::{explorer::configuration::ExplorerConfiguration, get_available_port, NodeAlias},
44
utils::MultiaddrExtension,
55
};
6-
use std::{collections::HashMap, path::Path};
6+
use std::collections::HashMap;
77

88
pub fn generate_explorer(
99
nodes: &HashMap<NodeAlias, NodeSetting>,
@@ -23,7 +23,7 @@ pub fn generate_explorer(
2323
.public_address
2424
.clone()
2525
.to_http_addr(),
26-
logs_dir: Some(Path::new("C:\\work\\iohk\\logs.txt").to_path_buf()),
26+
logs_dir: Default::default(),
2727
storage_dir: None,
2828
params: explorer_template.to_explorer_params(),
2929
})

0 commit comments

Comments
 (0)