mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-01 04:11:56 -05:00
the output of the `debug_tree` function is *very* verbose, and is most useful for people who are debugging inventory import code pexpect reads large stdout/stderr streams *very slowly*; when verbosity is set to `DEBUG` for inventory imports, it's not uncommon for this function to write 50MB+ of data into stderr, causing pexpect to read over a pseudoterminal for 30+ minutes see: https://github.com/ansible/ansible-tower/issues/7414#issuecomment-321615104