openstack-ansible/releasenotes/notes/inventory-debug-flag-ead0ae2a2a1d7b90.yaml
Nolan Brubaker 8d711ae48d Add debug logging to dynamic inventory
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
2016-09-22 21:11:43 -04:00

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.