Project

General

Profile

« Previous | Next » 

Revision 5821a269

Added by Mark Bainter about 13 years ago

  • ID 5821a2694b1d62ad6c250fdced123bfe8d17cf4e

fixes #752 - Lookup the constant for the log level

As written, the Logger::WARN is just a string, causing a crash when
comparing FIXNUM to String types. Switched to using get_const.
Note that this requires changing the settings.yml file to use just the
constant name, :log_level: WARN instead of Logger::WARN

Updating config example to reflect log change

  • added
  • modified
  • copied
  • renamed
  • deleted