Skip to content

Commit d23bf13

Browse files
authored
Merge pull request #31 from kaleido-io/log
Move completion log from "error" to "info"
2 parents 8a435e7 + 39df808 commit d23bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fftm/policyloop.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func (m *manager) execPolicy(ctx context.Context, pending *pendingState, syncDel
266266
}
267267
if completed {
268268
pending.remove = true // for the next time round the loop
269-
log.L(ctx).Errorf("Transaction %s marked complete (status=%s): %s", mtx.ID, mtx.Status, err)
269+
log.L(ctx).Infof("Transaction %s marked complete (status=%s): %s", mtx.ID, mtx.Status, err)
270270
m.markInflightStale()
271271
}
272272
case policyengine.UpdateDelete:

0 commit comments

Comments
 (0)