We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14915d6 commit d80af53Copy full SHA for d80af53
apps/webapp/app/v3/services/bulk/BulkActionV2.server.ts
@@ -265,7 +265,7 @@ export class BulkActionService extends BaseService {
265
266
const isFinished = runIdsToProcess.length === 0;
267
268
- logger.log("Bulk action group processed batch", {
+ logger.debug("Bulk action group processed batch", {
269
bulkActionId,
270
organizationId: group.project.organizationId,
271
projectId: group.projectId,
0 commit comments