Skip to content

Commit

Permalink
change txr status to level debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-bera committed Sep 26, 2024
1 parent 97102e9 commit 9a33bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/transactor/transactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (t *TxrV2) Setup(ctx context.Context) error {
// Execute implements job.Basic.
func (t *TxrV2) Execute(context.Context, any) (any, error) {
acquired, inFlight := t.noncer.Stats()
t.logger.Info(
t.logger.Debug(
"🧠 system status",
"waiting-tx", acquired, "in-flight-tx", inFlight, "pending-requests", t.requests.Len(),
)
Expand Down

0 comments on commit 9a33bd2

Please sign in to comment.