Skip to content
Snippets Groups Projects
Unverified Commit 3dbec0ae authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Filter out health check logs (#5243)

parent fa57e434
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ Rails.application.configure do
{ time: Time.zone.now, host: event.payload[:host] }
end
config.lograge.ignore_actions = ['HealthCheckController#all',
config.lograge.ignore_actions = ['HealthChecksController#check',
'ApplicationCable::Connection#connect', 'RoomsChannel#subscribe',
'ApplicationCable::Connection#disconnect', 'RoomsChannel#unsubscribe']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment