Skip to content

Commit

Permalink
Restore lograge
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroquem committed Nov 10, 2023
1 parent e7fb51c commit 458adac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@

# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false

# Use lograge to tame rails logs
config.lograge.enabled = true
config.lograge.base_controller_class = ['ActionController::API', 'ActionController::Base']
end

0 comments on commit 458adac

Please sign in to comment.