Skip to content

Commit 82b791a

Browse files
committed
info
1 parent 187e866 commit 82b791a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/dormancy/dormantusersjob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func CheckInactiveUsersWithOptions(ctx context.Context, logger slog.Logger, db d
4747
}
4848

4949
for _, u := range updatedUsers {
50-
logger.Debug(ctx, "account has been marked as dormant", slog.F("email", u.Email), slog.F("last_seen_at", u.LastSeenAt))
50+
logger.Info(ctx, "account has been marked as dormant", slog.F("email", u.Email), slog.F("last_seen_at", u.LastSeenAt))
5151
}
5252
done:
5353
logger.Debug(ctx, "checking user accounts is done", slog.F("num_dormant_accounts", len(updatedUsers)))

0 commit comments

Comments
 (0)