Skip to content

Commit

Permalink
[aptos-faucet] Print out the endpoint running the faucet on stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Jul 21, 2022
1 parent 2d78d40 commit 07803ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/aptos-faucet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ impl FaucetArgs {
.await
};

println!("Faucet is running. Faucet endpoint: {}", address);

info!(
"[faucet]: running on: {}. Minting from {}",
address,
Expand Down

0 comments on commit 07803ab

Please sign in to comment.