Skip to content

Commit

Permalink
Add address to anvil log
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Sep 7, 2023
1 parent f964dea commit 3e401d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethergo/backends/anvil/anvil.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func NewAnvilBackend(ctx context.Context, t *testing.T, args *OptionBuilder) *Ba
case <-ctx.Done():
t.Errorf("context canceled before anvil node started")
case logInfo := <-logInfoChan:
logger.Warnf("started anvil node for chain %s as container %s. %s Logs will be stored at %s", chainID, strings.TrimPrefix(resource.Container.Name, "/"), otterscanMessage, logInfo.LogDir())
logger.Warnf("started anvil node for chain %s as container %s. %s Logs will be stored at %s [accessable at %s]", chainID, strings.TrimPrefix(resource.Container.Name, "/"), otterscanMessage, logInfo.LogDir(), address)
}

baseBackend, err := base.NewBaseBackend(ctx, t, chn)
Expand Down

0 comments on commit 3e401d7

Please sign in to comment.