Actions
Bug #13772
closedThe orchestration code uses SQL logger
Difficulty:
Triaged:
Description
It should have it's own logger. Ideally with using the hierarchy system,
that the Logging library provides, https://github.com/TwP/logging/blob/master/examples/hierarchies.rb
so that one could extract logging for the whole orchestration, or a part of it.
Updated by Lukas Zapletal about 8 years ago
The implementation uses ApplicationRecord - new feature of Rails 5. Associated tracking ticket.
Updated by Dominic Cleal about 8 years ago
Lukas Zapletal wrote:
The implementation uses ApplicationRecord - new feature of Rails 5. Associated tracking ticket.
An abstract base class is nothing to do with Rails 5!
Updated by Lukas Zapletal about 8 years ago
Well it's now recommended by Rails 5, but if this makes you to type bangs, then I will unlink it. No biggie.
Updated by Lukas Zapletal about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 4deab2f313841e4283469ce9faafc0cdf1775720.
Actions