config.prod.js 128 B

123456
  1. module.exports = {
  2. default: 'info',
  3. 'growi:routes:login-passport': 'debug',
  4. 'growi:service:PassportService': 'debug',
  5. };