Skip to content
Snippets Groups Projects
Commit 1da0ce5c authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Looks like log level :debug is required for activerecord times to be tracked

parent 65402d9c
No related branches found
No related tags found
No related merge requests found
......@@ -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 ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment