Browse Source

add logger settings

Yuki Takei 4 years ago
parent
commit
8d037ef576
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/config/logger/config.dev.js

+ 1 - 0
packages/app/config/logger/config.dev.js

@@ -36,6 +36,7 @@ module.exports = {
   'growi:services:*': 'debug',
   // 'growi:StaffCredit': 'debug',
   // 'growi:cli:StickyStretchableScroller': 'debug',
+  // 'growi:cli:ItemsTree': 'debug',
   'growi:searchResultList': 'debug',
 
 };