Print startup strategy summary
This commit is contained in:
parent
a7dc6b18aa
commit
00c5ac56d4
@ -52,6 +52,9 @@ class StrategyResolver(IResolver):
|
|||||||
]
|
]
|
||||||
for attribute in attributes:
|
for attribute in attributes:
|
||||||
self._override_attribute_helper(config, attribute)
|
self._override_attribute_helper(config, attribute)
|
||||||
|
if attribute in config:
|
||||||
|
logger.info("Strategy using %s: %s", attribute, config[attribute])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Sort and apply type conversions
|
# Sort and apply type conversions
|
||||||
|
Loading…
Reference in New Issue
Block a user