When an exception is raised while running $ rails c
, the logger writes over 100 lines of stack trace.
Does anyone know how to configure the logger to log N lines?
Rails 7, Ruby 3.1
I have tried the answer in set rails console stack backtrace limit permanently to no effect and obvious errors.