Skip to content

Commit

Permalink
Commit to test the review app the prod config
Browse files Browse the repository at this point in the history
review apps are not production environment so I will duplicate
the config and make sure returns as expected
  • Loading branch information
tomas-stefano committed Nov 18, 2024
1 parent 0fe3fe4 commit f392005
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,12 @@ class Application < Rails::Application

config.exceptions_app = routes
config.active_job.queue_adapter = :sidekiq

config.rails_semantic_logger.format = :json
config.semantic_logger.add_appender(
io: $stdout,
level: config.log_level,
formatter: config.rails_semantic_logger.format,
)
end
end

0 comments on commit f392005

Please sign in to comment.