Skip to content

Commit

Permalink
fix: enhance logs in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Nov 8, 2024
1 parent 4210c2f commit 24f55cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@
config.active_job.queue_adapter = :sidekiq
config.action_mailer.perform_deliveries = true
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "debug").to_sym
config.log_tags = [:uuid, :remote_ip]
end

0 comments on commit 24f55cf

Please sign in to comment.