#174 Usability: Provide an easy way how to debug issues
Opened 5 years ago by mvadkert. Modified 5 years ago

As a developer of our tooling I would like to have a simple way how to run the tooling in debug mode that would provide all the information including the debug output of the test execution.


Could you please explain a bit further which debug logs ?

Please see:
https://docs.ansible.com/ansible/2.6/modules/debug_module.html

If you want to see exactly what is ansible is sending

ansible -vvv

In my experience, that also outputs a lot of ansible specific things. That can make it more difficult to see the actual test output vs. the transport mechanics.

Login to comment on this ticket.

Metadata