Actions
Bug #14683
closedParser cache is configured by default, causing warning when it's missing
Description
The parser cache is enabled by default in Kafo::Configuration::DEFAULT with it set to ./config/parser_cache.json.
This causes a warning to be logged unnecessarily when it hasn't been generated, since the scenario/app config is merged with the defaults. It should be an optional feature.
[ WARN 2016-04-18 11:20:24 main] Parser cache configured at /root/config/parser_cache.json is missing, skipping setup
Updated by Dominic Cleal over 8 years ago
- Related to Feature #14447: Add serialised cache of parsed manifests added
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/kafo/pull/144 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 546a23f6840aa4a6af5b9c9ab43c3354b06e8690.
Actions