Skip to content

Commit

Permalink
fix: setting log paths twice
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Jan 11, 2024
1 parent 35867a6 commit b80c867
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runner/src/simulate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ fn worker_config(target_peer_addr: String, throttle_requests: Option<usize>) ->
config.scenario_log = "scenario.log".to_owned();
config.transaction_log = "transaction.log".to_owned();
config.request_log = "request.log".to_owned();
config.transaction_log = "transaction.log".to_owned();
config.scenario_log = "scenario.log".to_owned();
config.error_log = "error.log".to_owned();
config.log_level = 2;
config.worker = true;
Expand Down

0 comments on commit b80c867

Please sign in to comment.