fix: remove assets and health check logs

This commit is contained in:
Karol Sójko
2020-08-11 12:37:12 +02:00
parent 3a22265426
commit 7ccb3fc99f
3 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ Rails.application.configure do
# Generate log in JSON
config.lograge.formatter = Lograge::Formatters::Json.new
config.lograge.ignore_actions = ['HealthCheckController#index']
config.lograge.custom_options = lambda do |event|
{
:ddsource => ["ruby"],