Yuki Takei 4 лет назад
Родитель
Сommit
9970f14efc
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/slackbot-proxy/src/controllers/growi-to-slack.ts

+ 1 - 0
packages/slackbot-proxy/src/controllers/growi-to-slack.ts

@@ -280,6 +280,7 @@ export class GrowiToSlackCtrl {
       const opt = req.body;
       const opt = req.body;
       opt.headers = req.headers;
       opt.headers = req.headers;
 
 
+      logger.debug({ method, opt });
       // !! DO NOT REMOVE `await ` or it does not enter catch block even when error occured !! -- 2021.08.22 Yuki Takei
       // !! DO NOT REMOVE `await ` or it does not enter catch block even when error occured !! -- 2021.08.22 Yuki Takei
       return await client.apiCall(method, opt);
       return await client.apiCall(method, opt);
     }
     }