Skip to content

Commit

Permalink
[TRIVIAL] Add driver restart log (#1964)
Browse files Browse the repository at this point in the history
# Description
Adds a simple log to easily find when the driver restarted and with
config.
  • Loading branch information
sunce86 authored Oct 13, 2023
1 parent 6642b80 commit 03c63d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/driver/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ async fn run_with(args: cli::Args, addr_sender: Option<oneshot::Sender<SocketAdd

let ethrpc = ethrpc(&args).await;
let config = config::file::load(ethrpc.network(), &args.config).await;
tracing::info!("running driver with {args:#?}");

let (shutdown_sender, shutdown_receiver) = tokio::sync::oneshot::channel();
let eth = ethereum(&config, ethrpc).await;
Expand Down

0 comments on commit 03c63d2

Please sign in to comment.