Need clarification on bot.json file in chatbot implementation.
In chatbot, Why bot.json file contains this parameters on "log".
"system-dev":{
"internals": false,
"http": false
},
-
Hi Sathya,
those parameters are related to node SDK parameters:
see https://github.com/Rainbow-CPaaS/Rainbow-Node-SDK/blob/master/src/lib/common/Logger.ts for details.
It allow to log internal module information and http requests informations.
Regards
Vincent
Please sign in to leave a comment.
Comments
1 comment