Skip to content

Commit

Permalink
comment out path mods
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Sep 20, 2024
1 parent 2a954d1 commit 1b58d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

config.lograge.enabled = true

config.logger = ActiveSupport::Logger.new(STDOUT)
# config.logger = ActiveSupport::Logger.new(STDOUT)
config.lograge.logger = ActiveSupport::Logger.new(STDOUT)
config.lograge.custom_options = lambda do |event|
options = event.payload.slice(:request_id, :user_id)
Expand All @@ -58,5 +58,5 @@
config.log_level = :warn
config.paths['log'] = "/var/log/#{ENV['DEPLOY_ENV']}.log"
config.paths['tmp'] = "/tmp"
config.paths['db'] = "/opt"
# config.paths['db'] = "/opt"
end

0 comments on commit 1b58d9d

Please sign in to comment.