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?
The log level is hard-coded to
debug:sequel-rails/lib/sequel_rails/railties/log_subscriber.rb
Line 56 in db6778f
Can the logger method be made configurable?