Skip to content

Commit

Permalink
Use debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg committed Oct 10, 2024
1 parent d615934 commit e3e72d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/atlasdatabaseuser/databaseuser.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ func (r *AtlasDatabaseUserReconciler) readiness(ctx *workflow.Context, atlasProj
return r.terminate(ctx, atlasDatabaseUser, api.DatabaseUserReadyType, workflow.Internal, true, err)
}
if len(removedOrphanSecrets) > 0 {
r.Log.Info("Removed %d orphan secrets on project %s bound to an non existent deployment:")
r.Log.Debug("Removed %d orphan secrets on project %s bound to an non existent deployment:")
for _, orphan := range removedOrphanSecrets {
r.Log.Info("Removed orphan secret %q", orphan)
r.Log.Debug("Removed orphan secret %q", orphan)
}
}

Expand Down

0 comments on commit e3e72d1

Please sign in to comment.