[NEW] use _rocketchatLogger in Apps debugLog (#21000)

pull/21193/head^2
meomay503 4 years ago committed by GitHub
parent 9611e2b62f
commit eba1e9b314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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);
}
}

Loading…
Cancel
Save