Extract logs from IBM Watson Assistant Service.
-
Install the dependencies
yarn install or npm install
-
Run the application
yarn start or npm start
-
Visit http://localhost:8000/<watson_assistant_workspace_id>/<watson_username>/<watson_password>
Browser will ask you to download csv file which contains all the logs
Sumit Singh