Added by George Notaras about 10 years ago
It appears that the only way to override the log level, which is set to INFO by default, is to directly edit config/environments/production.rb
. But, is this file supposed to be edited by the user?
Setting config.log_level = :debug
in config/additional_environment.rb
, as described in the documentation (installation guide) does not seem to be able to set the log level as expected.
BTW, why is the log level set to INFO by default instead of WARN?
Thanks in advance