Skip to content

Commit cc89d04

Browse files
committed
chore: log event changes for cas backend validation
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent d7b3b3c commit cc89d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controlplane/pkg/biz/casbackend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ func (uc *CASBackendUseCase) PerformValidation(ctx context.Context, id string) e
628628

629629
// Log status change as an audit event if status has changed and auditor is available
630630
if uc.auditorUC != nil && previousStatus != validationStatus {
631-
uc.logger.Debugw("msg", "status changed, dispatching audit event",
631+
uc.logger.Infow("msg", "status changed, dispatching audit event",
632632
"backend", backend.ID,
633633
"previousStatus", previousStatus,
634634
"newStatus", validationStatus)

0 commit comments

Comments
 (0)