* Added parameter for log level
* Added fix for Rubocop + RSpec check and `RAILS_LOG_LEVEL` is now optionally. Default value/log level is `info`.
* Set default log level from `info` to `debug` for RSpec check...
* Update application.rb
Moving it to config/environments/production.rb
* Update production.rb
* Update production.rb
Forgot to change the default logging level again from `:debug` to :info`
Co-authored-by: kaihen <>