Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support logging for Puma #1248

Open
tmaier opened this issue Aug 18, 2024 · 2 comments
Open

Support logging for Puma #1248

tmaier opened this issue Aug 18, 2024 · 2 comments
Labels

Comments

@tmaier
Copy link

tmaier commented Aug 18, 2024

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.

@tmaier tmaier added the chore label Aug 18, 2024
@tombruijn
Copy link
Member

Thanks for the suggestion!
Not sure if it will fit in with our logging recommendations, but we'll have a look at what logs Puma sends.

@tmaier
Copy link
Author

tmaier commented Aug 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants