Skip to content

Commit

Permalink
fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 10, 2020
1 parent 55f2afe commit 21eff6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true

# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = :debug

# Prepend all log lines with the following tags.
config.log_tags = [ :request_id ]

# Use a different cache store in production.
# config.cache_store = :mem_cache_store

Expand All @@ -67,9 +60,6 @@

# for devise
config.action_mailer.default_url_options = { :host => "#{ENV['SERVER_NAME']}:#{ENV['SERVER_PORT']}" }

# Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new

# send email via mailgun
config.action_mailer.delivery_method = :mailgun
Expand Down
3 changes: 0 additions & 3 deletions config/environments/stage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true

# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]

# Use a different cache store in production.
# config.cache_store = :mem_cache_store

Expand Down

0 comments on commit 21eff6d

Please sign in to comment.