Skip to content

Commit ae2a0b4

Browse files
committed
Removed redundant configuration for STDOUT logging
1 parent f29ae49 commit ae2a0b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/environments/production.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
config.force_ssl = true
77
config.action_controller.asset_host = ENV['CDN_ASSET_HOST']
88
config.action_mailer.asset_host = ENV['CDN_ASSET_HOST']
9-
#config.font_assets.origin = ENV['FONT_ASSETS_ORIGIN']
109
config.action_mailer.delivery_method = :smtp
1110
config.action_mailer.perform_deliveries = true
1211
config.action_mailer.raise_delivery_errors = true
@@ -18,6 +17,5 @@
1817
config.assets.digest = true
1918
config.static_cache_control = 'public, max-age=31536000'
2019
config.host = ENV['HOST_DOMAIN']
21-
config.logger = Logger.new(STDOUT)
2220
config.logger.level = Logger.const_get(ENV['LOG_LEVEL'] ? ENV['LOG_LEVEL'].upcase : 'INFO')
2321
end

0 commit comments

Comments
 (0)