diff --git a/config/environments/production.rb b/config/environments/production.rb index e18119e77..b6815e7cc 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,8 +1,10 @@ SoftwareOO::Application.configure do config.cache_store = :mem_cache_store, 'localhost:11211', {namespace: 'software', compress: true} + config.log_level = :debug - config.serve_static_files = false + # disabled until we figure the static.opensuse.org magic + # config.serve_static_files = false # Compress JavaScripts and CSS config.assets.js_compressor = :uglifier