Actions
Feature #13558
closedinclude req_id in rails SQL debug logging
Start date:
Due date:
% Done:
100%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
When running with config.log_level = :debug, rails outputs the actual SQL queries that activerecord is using. That is great, but when debugging a server under load with many workers, it becomes almost impossible to follow which SQL queries belong to which request.
It would be helpful to tag those log lines with the same req_id that is listed in the normal JSON log output.
Updated by Joshua Randall over 6 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Updated by Anonymous over 6 years ago
- Status changed from Feedback to Resolved
Applied in changeset arvados|810f2d8a0e6720568a963462e538daa5c692ace3.
Updated by Ward Vandewege over 6 years ago
- Target version set to 2018-09-19 Sprint
Actions