Skip to content

Commit

Permalink
Use proper logger + gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelkum committed Jan 18, 2024
1 parent 7201345 commit e178331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmd/node/node
cmd/node/.b7s_*

cmd/keygen/keygen
cmd/keyforge/keyforge
cmd/bootstrap-limiter/bootstrap-limiter
Expand Down
2 changes: 1 addition & 1 deletion node/execution_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (n *Node) gatherExecutionResults(ctx context.Context, requestID string, pee
return
}

log.Info().Str("peer", rp.String()).Msg("accounted execution response from peer")
n.log.Info().Str("peer", rp.String()).Msg("accounted execution response from peer")

er := res.(response.Execute)

Expand Down

0 comments on commit e178331

Please sign in to comment.