Enable full backtrace-logging in production

2019-07-19 11:19发布

问题:

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.