Skip to content

Commit

Permalink
fix: change logging fields (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored Aug 23, 2023
1 parent 25a2f3a commit 162777e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controllers/keycloakrealm_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (r *KeycloakRealmReconciler) requestsForChangeBySelector(ctx context.Contex

// Reconcile keycloakrealms
func (r *KeycloakRealmReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
logger := r.Log.WithValues("Namespace", req.Namespace, "Name", req.NamespacedName, "req", req)
logger := r.Log.WithValues("namespace", req.Namespace, "name", req.NamespacedName)
logger.Info("reconciling KeycloakRealm")

// Fetch the KeycloakRealm instance
Expand Down

0 comments on commit 162777e

Please sign in to comment.