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