reidmorrison / rails_semantic_logger

Rails Semantic Logger replaces the Rails default logger with Semantic Logger
https://logger.rocketjob.io/rails
Apache License 2.0
320 stars 114 forks source link

Fix ActionDispatch::DebugExceptions extension deprecation on rails 7.1 #204

Closed Vasfed closed 2 months ago

Vasfed commented 9 months ago

Issue # (if available)

This should fix https://github.com/reidmorrison/rails_semantic_logger/issues/203

Description of changes

Added test for ActionDispatch::DebugExceptions and fixed couple of rails 7.1 deprecations in tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

eric1234 commented 9 months ago

Just confirming when I use this branch on my app all good and no more warnings. Thanks!

alexmalus commented 9 months ago

@reidmorrison could you spare some time looking into this PR? Thanks :pray:

jordan-brough commented 8 months ago

@reidmorrison would be great to have a version published with this 🙏 🙏

hirowatari commented 4 months ago

@reidmorrison Is there a particular reason you can't respond? Could you please mark this gem as abandoned if you're not going to respond to PRs for 4+ months?

reidmorrison commented 2 months ago

Thank you for the Pull Request, especially the addition of tests. :tada: