From eb8e8507ea801e477e4129ec5a0a7731cadc2bab Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:27:15 -0700 Subject: [PATCH] use debug --- .../src/core/attachment/processors/attachment.processor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/src/core/attachment/processors/attachment.processor.ts b/apps/server/src/core/attachment/processors/attachment.processor.ts index 83323de5..66c9f328 100644 --- a/apps/server/src/core/attachment/processors/attachment.processor.ts +++ b/apps/server/src/core/attachment/processors/attachment.processor.ts @@ -37,7 +37,7 @@ export class AttachmentProcessor extends WorkerHost implements OnModuleDestroy { // eslint-disable-next-line @typescript-eslint/no-require-imports AttachmentEeModule = require('./../../../ee/attachments-ee/attachment-ee.service'); } catch (err) { - this.logger.error( + this.logger.debug( 'Attachment enterprise module requested but EE module not bundled in this build', ); return;