use debug
This commit is contained in:
parent
c99bfb8ef1
commit
eb8e8507ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue