rails_semantic_logger icon indicating copy to clipboard operation
rails_semantic_logger copied to clipboard

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

Open nov opened this issue 1 year ago • 2 comments

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.

nov avatar Feb 28 '24 04:02 nov

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?

rgaufman avatar Apr 08 '24 10:04 rgaufman

Any updates here? Please fix deprecation 🙏

krugerman007 avatar Apr 19 '24 11:04 krugerman007

Would be nice to see this fixed!

dup2 avatar Jun 12 '24 14:06 dup2

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

reidmorrison avatar Jun 27 '24 21:06 reidmorrison