Skip to content

Commit 6448f00

Browse files
committed
Adjust log line field name
1 parent 0118959 commit 6448f00

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
@@ -95,7 +95,7 @@ func (w *Watcher) Watch(ctx context.Context) error {
9595

9696
slog.Info(
9797
"suspension status modified",
98-
slog.String("resourceDetails", resourceName),
98+
slog.String("resource", resourceName),
9999
slog.String("user", email),
100100
slog.Bool("suspended", isSuspended),
101101
)

0 commit comments

Comments
 (0)