8d711ae48d
Currently debugging the dynamic inventory file can be problematic, requiring manual intervention with a debugger to step through function calls and inspect data structures. This patch adds a logging facility for outputting detailed debug logs. The output is not intended for end users, and will not be called by Ansible runs. Rather, it is meant for running manually to aid contributing developers. Change-Id: Ie160c556678859abf733ef23727a9f9bff48ff8b
7 lines
283 B
YAML
7 lines
283 B
YAML
---
|
|
features:
|
|
- A new debug flag has been added to ``dynamic_inventory.py``. This
|
|
should make it easier to understand what's happening with the inventory
|
|
script, and provide a way to gather output for more detailed bug reports.
|
|
See the developer docs for more details.
|