Skip to content

Commit aea2235

Browse files
committed
Fix logging key name
1 parent 0bd0c5f commit aea2235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/watch/watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func (w *Watcher) processResource(
190190
slog.Info(
191191
"suspension status updated",
192192
slog.String("kind", resourceRef.Type.Kind),
193-
slog.String("resourceRef", resourceRef.Name),
193+
slog.String("resource", resourceRef.Name),
194194
slog.String("user", updatedBy),
195195
slog.Bool("suspended", resource.Spec.Suspend),
196196
)

0 commit comments

Comments
 (0)