You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well... the question is what to log. I had the issue, that on DigitalOcean App Platform the puma server did not start.
They also do not have a "H18" error message, like Heroku and I was also unable (to date) to get the logs on platform-level.
This means, I was unable to see that the puma server failed and might have shown a Oout of Memory error message or a "restart event" is happneing.
Puma supports custom loggers. See puma/puma#2770
By default, puma logs only to stdout.
Using the custom logger it should be possible to log to AppSignal Logging.
The text was updated successfully, but these errors were encountered: