Skip to content

Commit f4604de

Browse files
committed
Remove the logger level configuration
1 parent ae2a0b4 commit f4604de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/environments/production.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
config.assets.digest = true
1818
config.static_cache_control = 'public, max-age=31536000'
1919
config.host = ENV['HOST_DOMAIN']
20-
config.logger.level = Logger.const_get(ENV['LOG_LEVEL'] ? ENV['LOG_LEVEL'].upcase : 'INFO')
2120
end

0 commit comments

Comments
 (0)