blouson
blouson copied to clipboard
Defect: Logger level API usage and a misspelled filename.
A small fix to address two defects:
- A misspelled filename.
- Correct the following usage:
Rails.logger.level == Logger::DEBUG-->Rails.logger.debug?(The original code would only work with the default Logger class. It wouldn't have worked with a different logger such as SemanticLogger.)
cc: @hokaccha
It's been 10 months, without a single reviewer/approver/feedback. Is this a dead project?