rails_semantic_logger icon indicating copy to clipboard operation
rails_semantic_logger copied to clipboard

Rails Semantic Logger no longer respects default rackup server

Open Nikostito opened this issue 5 months ago • 0 comments
trafficstars

Since the version 4.15.0 and the introduction of this commit https://github.com/reidmorrison/rails_semantic_logger/commit/c2c77abe7e645e9042b48b4bcf2b9566c045117f, when starting a rails application with rails server, WEBrick is selected as the default server and not puma. Is there any way to bypass this?

What happens is this require you introduced, messes with the rackup handler puma registers during initialisation seen here.

Nikostito avatar May 28 '25 21:05 Nikostito