Closed kyrylo closed 3 years ago
The failure doesn't seem to be related to my changes. I can see older builds with a similar error message.
@shadabahmed This was already merged, right? I see the corresponding changes in master. Can this PR be closed?
Yes this is merged too. Closing. Thanks
Fixes https://github.com/shadabahmed/logstasher/issues/137 (suppress_app_log: true prevent DB timing to be emited)
LogStasher removes all default Rails loggers.
ActiveRecord::LogSubscriber
was used to setdb_runtime
for theActiveSupport::Notifications
instrumentation API. Our subclass never populates it, which causes the bug:db_runtime
is always 0.