|
|
@@ -2,17 +2,16 @@ module.exports = {
|
|
|
default: 'info',
|
|
|
|
|
|
//// configure level for name
|
|
|
- // 'crowi:*': 'debug',
|
|
|
// 'express:*': 'debug',
|
|
|
- // 'crowi:*': 'debug',
|
|
|
- 'crowi:crowi': 'debug',
|
|
|
- // 'crowi:crowi:dev': 'debug',
|
|
|
- 'crowi:crowi:express-init': 'debug',
|
|
|
- 'crowi:models:external-account': 'debug',
|
|
|
- // 'crowi:routes:login': 'debug',
|
|
|
- 'crowi:routes:login-passport': 'debug',
|
|
|
- 'crowi:service:PassportService': 'debug',
|
|
|
- // 'crowi:routes:page': 'debug',
|
|
|
- // 'crowi:plugins:*': 'debug',
|
|
|
- // 'crowi:InterceptorManager': 'debug',
|
|
|
+ // 'growi:*': 'debug',
|
|
|
+ 'growi:crowi': 'debug',
|
|
|
+ // 'growi:crow:dev': 'debug',
|
|
|
+ 'growi:crowi:express-init': 'debug',
|
|
|
+ 'growi:models:external-account': 'debug',
|
|
|
+ // 'growi:routes:login': 'debug',
|
|
|
+ 'growi:routes:login-passport': 'debug',
|
|
|
+ 'growi:service:PassportService': 'debug',
|
|
|
+ // 'growi:routes:page': 'debug',
|
|
|
+ // 'growi:plugins:*': 'debug',
|
|
|
+ // 'growi:InterceptorManager': 'debug',
|
|
|
};
|