Skip to content

Commit d80af53

Browse files
committed
Switched a log to a debug log
1 parent 14915d6 commit d80af53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/services/bulk/BulkActionV2.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export class BulkActionService extends BaseService {
265265

266266
const isFinished = runIdsToProcess.length === 0;
267267

268-
logger.log("Bulk action group processed batch", {
268+
logger.debug("Bulk action group processed batch", {
269269
bulkActionId,
270270
organizationId: group.project.organizationId,
271271
projectId: group.projectId,

0 commit comments

Comments
 (0)