diff --git a/src/workerd/io/worker.c++ b/src/workerd/io/worker.c++ index 794946f322c..e19081ccf02 100644 --- a/src/workerd/io/worker.c++ +++ b/src/workerd/io/worker.c++ @@ -2852,9 +2852,7 @@ kj::Promise Worker::Actor::makeAlarmTaskForPreview(kj::Date scheduledTime) auto& persistent = KJ_ASSERT_NONNULL(impl->actorCache); persistent.cancelDeferredAlarmDeletion(); - if (!jsg::isDoNotLogException(e.getDescription())) { - KJ_LOG(ERROR, e); - } + LOG_EXCEPTION_IF_INTERNAL("alarmRetry", e); return WorkerInterface::AlarmResult { .retry = true,