Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By kkaliannan24
I followed the tutorial (https://www.digitalocean.com/community/articles/how-to-use-the-dokku-one-click-digitalocean-image-to-run-a-ruby-on-rails-app) to get my rails app up and running with dokku.
When I do: dokku logs APP_NAME, all that I see are three lines corresponding to the server starting, so my logs aren’t being written to properly. How can I debug this? Common reasons my app isn’t writing production logs?
Thanks