teslamotors / ansible_puller

Ansible daemon for massively-scaleable Ansible
MIT License
129 stars 35 forks source link

Fixed the run output log files to be populated when debug=true #53

Closed ashrithagoramane closed 1 month ago

ashrithagoramane commented 1 month ago

Issue with the logs being output to file when debug flag is set to true. When the debug=true the StreamOuput code block only streams the output to STDOUT and fails to populate the stdout and stderr field.