diff --git a/app/apps/server/orchestrator.js b/app/apps/server/orchestrator.js index 612fe2bdf8a6..f2b2d52b081c 100644 --- a/app/apps/server/orchestrator.js +++ b/app/apps/server/orchestrator.js @@ -115,8 +115,7 @@ export class AppServerOrchestrator { debugLog(...args) { if (this.isDebugging()) { - // eslint-disable-next-line - console.log(...args); + this.getRocketChatLogger().debug(...args); } }