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

still seeing `Rack::Server is deprecated and replaced by Rackup::Server` warning #211

Closed nov closed 2 months ago

nov commented 6 months ago

in my application, rails_semantic_logger gem is loaded before rackup gem is loaded. it causes Rack::Server is deprecated and replaced by Rackup::Server warning.

to stop that warning, I had to specify rackup gem in my Gemfile.

rgaufman commented 5 months ago

Would be good to have this fixed, this is the only deprecation warning I have and I see it every time, seems like a simple fix to rename Rack::Server with Rackup::Server?

krugerman007 commented 4 months ago

Any updates here? Please fix deprecation 🙏

dup2 commented 2 months ago

Would be nice to see this fixed!

reidmorrison commented 2 months ago

Let me know if you still see the warning after the PR was merged in rails_semantic_logger v 4.15.0.