Skip to content

Commit 4ce3e22

Browse files
committed
"Failed to insert events, will attempt bisection" changed to info, we have errors for complete failures
1 parent 58df053 commit 4ce3e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/eventRepository.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ export class EventRepository {
12461246
span.setAttribute("prisma_error_code", errorDetails.code);
12471247
}
12481248

1249-
logger.error("Failed to insert events, will attempt bisection", {
1249+
logger.info("Failed to insert events, will attempt bisection", {
12501250
error: errorDetails,
12511251
});
12521252

0 commit comments

Comments
 (0)