mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:53:45 +08:00
Don't log bullet alerts in the console.
This commit is contained in:
parent
b4cb2e367c
commit
4a143d584b
|
@ -54,7 +54,6 @@ Discourse::Application.configure do
|
||||||
|
|
||||||
config.after_initialize do
|
config.after_initialize do
|
||||||
Bullet.enable = true
|
Bullet.enable = true
|
||||||
Bullet.console = true
|
|
||||||
Bullet.rails_logger = true
|
Bullet.rails_logger = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user