Plots the logs that happen across separate, distributed services logging using Papertrail
$ npm test
Run:
$ git clone
$ npm install
//@Todo
Add a Papertrail API Token in root .env.local
file:
.env.local
:
PAPERTRAIL_TOKEN=xxx # Replace xxx with Papertrail Token
then:
# Download all the logs for today:
$ npm run download-logs
$ npm run start-dev
and visit localhost:3000
.
You should see those events plotted and you can navigate the graph.