Actions
Feature #11695
closedSupport symbol and string for Logger#level=
Description
Added Logger#level=:symbol and Logger#level=string as we talked at https://twitter.com/frsyuki/status/664862229490089984.
This is useful especially when we configure log_level with yaml (typically, on rails application) like
settings.yml
log_level: DEBUG
and
logger.level = Settings.log_level
The patch is available at https://github.com/ruby/ruby/pull/1101
Actions
Like0
Like0Like0Like0Like0Like0Like0