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

Use alternative logging method that doesn't kill the server #35

Merged
merged 1 commit into from
Jun 19, 2021

Conversation

tjsousa
Copy link

@tjsousa tjsousa commented Jun 18, 2021

The previous behaviour of Puma when @launcher.events.error is used is to
kill the server. However, doesn't seem like a Plugin should be able to
do that.

https://github.com/puma/puma/blame/master/lib/puma/events.rb#L83

Fix for #34

The previous behaviour of Puma when @launcher.events.error is used is to
kill the server. However, doesn't seem like a Plugin should be able to
do that.
https://github.com/puma/puma/blame/master/lib/puma/events.rb#L83
@yob
Copy link
Owner

yob commented Jun 19, 2021

thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants