rails_semantic_logger
rails_semantic_logger copied to clipboard
Rails Semantic Logger no longer respects default rackup server
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.