This commit added zero-argument versions of logger methods, but it failed to add one for the 'debug' method. https://github.com/jruby/jruby-rack/commit/faaabb6db948bd558eb926952b2467bcc5c02a15 This is causing JRuby-Rack apps containing the following Ruby code: `Rails.logger.debug { "something" }` to throw this error: `wrong number of arguments calling 'debug' (given 0, expected 1)`