See individual, module-level debug statements

Hi,

I’m trying to view debug statements within individual modules. For example, ec2_asg.py (https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/amazon/ec2_asg.py) has debug statements describing when certain actions are performed. However, I’m finding it difficult to view these statements on my local machine.

I’ve tried the following:

I believe the problem is that asl as configured on macOS (/etc/asl.conf) ignores all messages with DEBUG or INFO.

See https://stackoverflow.com/q/22004505

Hm…that explains why it’s not working on macOS. Thanks for that link!

I’ve run the same environment variable exports on an Ubuntu machine as a test. The general debug output is there, but the module debug output isn’t there. I still can’t see the internals of what’s being performed during the module’s execution.

  • J