diff --git a/config/environments/development.rb b/config/environments/development.rb index 883958e6a..208d723bb 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -5,6 +5,7 @@ Bullet.enable = true Bullet.bullet_logger = true Bullet.add_footer = true + Bullet.rails_logger = true end # Settings specified here will take precedence over those in config/application.rb.