use debug

This commit is contained in:
Philipinho
2025-09-04 13:27:15 -07:00
parent c99bfb8ef1
commit eb8e8507ea

View File

@ -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;