Viewing app logs
Last updated
Last updated
You can view your Shiny application's logs either through the CLI or through the Heroku dashboard.
Run the following - replacing docker-r-example-app
with the name of your application.
Open your application in the Heroku dashboard, click More and then View Logs.
Look for
This means you ran out of memory. You may need to change the number of R Threads running, optimize your application, or choose a larger dyno size.
In addition, look for R runtime or library errors. These errors can be preempted before deploying your app publically by