File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2557,7 +2557,7 @@ kj::Promise<void> ActorCache::flushImpl(uint retryCount) {
2557
2557
}
2558
2558
return kj::mv (e);
2559
2559
} else {
2560
- KJ_LOG (ERROR , e);
2560
+ LOG_EXCEPTION ( " actorCacheFlush " , e);
2561
2561
return KJ_EXCEPTION (FAILED, " broken.outputGateBroken; jsg.Error: Internal error in Durable "
2562
2562
" Object storage write caused object to be reset." );
2563
2563
}
@@ -2938,7 +2938,7 @@ kj::Promise<void> ActorCache::flushImplDeleteAll(uint retryCount) {
2938
2938
e.setDescription (kj::str (" broken.outputGateBroken; " , msg));
2939
2939
return kj::mv (e);
2940
2940
} else {
2941
- KJ_LOG (ERROR, " ActorCache deleteAll() failed " , e);
2941
+ LOG_EXCEPTION ( " actorCacheDeleteAll " , e);
2942
2942
return KJ_EXCEPTION (FAILED,
2943
2943
" broken.outputGateBroken; jsg.Error: Internal error in Durable Object storage deleteAll() caused object to be "
2944
2944
" reset." );
You can’t perform that action at this time.
0 commit comments