TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x, 8.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

Configurable debug level #185

Open michaelfranzl opened 3 years ago

michaelfranzl commented 3 years ago

The log level is hard-coded to debug:

https://github.com/TalentBox/sequel-rails/blob/db6778f1fbdc15a4a53f9f406dc6354debdd17fb/lib/sequel_rails/railties/log_subscriber.rb#L56

Can the logger method be made configurable?