We use rtail to allow us to view logs for our applications from browser. Currently, it only logs stdout output for minerva, which isn't very useful if any errors come up. This should hopefully fix it.
Testing instructions
Deploy this branch to dev (yarn run deploy-dev)
Go to rtail (DM me for the URL as it's not protected yet)
Ensure that you see both the console.log message and the console.error message that's found in index.ts
We use rtail to allow us to view logs for our applications from browser. Currently, it only logs
stdout
output for minerva, which isn't very useful if any errors come up. This should hopefully fix it.Testing instructions
yarn run deploy-dev
)console.log
message and theconsole.error
message that's found in index.tsThis change is