Skip to content

Commit

Permalink
Merge pull request #31 from kaleido-io/log
Browse files Browse the repository at this point in the history
Move completion log from "error" to "info"
  • Loading branch information
nguyer authored Aug 30, 2022
2 parents 8a435e7 + 39df808 commit d23bf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fftm/policyloop.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (m *manager) execPolicy(ctx context.Context, pending *pendingState, syncDel
}
if completed {
pending.remove = true // for the next time round the loop
log.L(ctx).Errorf("Transaction %s marked complete (status=%s): %s", mtx.ID, mtx.Status, err)
log.L(ctx).Infof("Transaction %s marked complete (status=%s): %s", mtx.ID, mtx.Status, err)
m.markInflightStale()
}
case policyengine.UpdateDelete:
Expand Down

0 comments on commit d23bf13

Please sign in to comment.