Skip to content

JRuby:Rack::Logger does not provide a zero-argument 'debug' methodΒ #329

@dub357

Description

@dub357

This commit added zero-argument versions of logger methods, but it failed to add one for the 'debug' method.
faaabb6

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions