GRN2-xx: Removed unnecessary log lines (#930)

* Removed unnecessary log lines

* Removed empty function
This commit is contained in:
Ahmad Farhat
2020-01-24 13:08:06 -05:00
committed by farhatahmad
parent 397b4b742f
commit 5949a6e243
3 changed files with 3 additions and 12 deletions

View File

@ -110,7 +110,9 @@ Rails.application.configure do
# Use Lograge for logging
config.lograge.enabled = true
config.lograge.ignore_actions = ["HealthCheckController#all", "ThemesController#index"]
config.lograge.ignore_actions = ["HealthCheckController#all", "ThemesController#index",
"ApplicationCable::Connection#connect", "WaitingChannel#subscribe",
"ApplicationCable::Connection#disconnect", "WaitingChannel#unsubscribe"]
config.lograge.custom_options = lambda do |event|
# capture some specific timing values you are interested in