Skip to content

Commit c7ef51b

Browse files
author
Łukasz Gąsior
committed
Add logging
1 parent e4884d7 commit c7ef51b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/io/iohk/ethereum/faucet/FaucetApi.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class FaucetApi(
5858

5959
res match {
6060
case Right(txId) =>
61+
log.info(s"Sending ${config.txValue} ETH to $targetAddress in tx: $txId. Requested by $clientAddr")
6162
complete(StatusCodes.OK, s"0x${Hex.toHexString(txId.toArray[Byte])}")
6263

6364
case Left(err) =>

0 commit comments

Comments
 (0)