vectordotdev / timber-ruby

🌲 Great Ruby logging made easy.
https://timber.io
Other
154 stars 19 forks source link

Gem breaks verbose_query_logs #191

Open kapso opened 6 years ago

kapso commented 6 years ago

Adding this gem in development breaks the following

# Highlight code that triggered database queries in logs.
config.active_record.verbose_query_logs = true

So basically it stops showing the source line

  ↳ app/controllers/app/api/v1/orders_controller.rb:10
binarylogic commented 6 years ago

Thanks for reporting, will investigate.