Skip to content

Commit d58e1ac

Browse files
chore(logs): add log visibility on submit failure
1 parent 77a24c2 commit d58e1ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/workflows-service/src/collection-flow/controllers/collection-flow.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export class CollectionFlowController {
214214
throw error;
215215
}
216216

217+
this.appLogger.error(error);
217218
try {
218219
await this.workflowService.event(
219220
{

0 commit comments

Comments
 (0)