Added by Steven Wong over 8 years ago
I want to config the logger level in redmine3.2.x
but I have no idea where and how to config it , could anyone tell me how to config?
Thanks.
config.log_level = :info
in /config/environments/production.rb
or :debug, or :error
This will override the default setting defined in /config/application.rb, as mentioned in the comments of the latter file.
Thanks so much. I checked rails documents.