]> git.openstreetmap.org Git - rails.git/blobdiff - config/environments/production.rb
Only log at info level in production
[rails.git] / config / environments / production.rb
index f0634b3cbd7b9d4909f33388137635a2393cb171..1dab3556396c7b5ae2e849c2dfbee5ef1ab465fb 100644 (file)
@@ -46,7 +46,7 @@ OpenStreetMap::Application.configure do
 
   # Use the lowest log level to ensure availability of diagnostic information
   # when problems arise.
-  config.log_level = :debug
+  config.log_level = :info
 
   # Prepend all log lines with the following tags.
   # config.log_tags = [ :subdomain, :uuid ]