Skip to content

Commit

Permalink
Removed unnecessary log lines (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored and jfederico committed Dec 20, 2019
1 parent ce281d8 commit 9a8e661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
# Use Lograge for logging
config.lograge.enabled = true

config.lograge.ignore_actions = ["HealthCheck::HealthCheckController#index"]
config.lograge.ignore_actions = ["HealthCheckController#all", "ThemesController#index"]

config.lograge.custom_options = lambda do |event|
# capture some specific timing values you are interested in
Expand Down

0 comments on commit 9a8e661

Please sign in to comment.