I am getting an error only in production and to debug that, I would like to enable full backtracing in production.
I already have config.log_level = :debug
in config/environments/production.rb
, but that does not give me a backtrace, only logs the queries, requests and and served assets in detail.