]> cat aescling's git repositories - mastodon.git/commitdiff
Looks like log level :debug is required for activerecord times to be tracked
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Feb 2017 11:13:16 +0000 (12:13 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 1 Feb 2017 11:13:16 +0000 (12:13 +0100)
config/environments/production.rb

index 3f193cce6442a4bf28d5d63c8aad91be4bb86eec..eaddba522e96b1f73aee5647f50d48aaf8bcf37b 100644 (file)
@@ -40,7 +40,7 @@ Rails.application.configure do
 
   # Use the lowest log level to ensure availability of diagnostic information
   # when problems arise.
-  config.log_level = :info
+  config.log_level = :debug
 
   # Prepend all log lines with the following tags.
   config.log_tags = [ :request_id ]