You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the modules will produce 2 log files: ansible_catalystwan_module.log and catalystwan.log.
Currently base dir destination of these log files will be current working directory of playbooks.
Please describe the solution you'd like
Allow external configuration of log paths within ansible.cfg or other .cfg file.
Additional context
Define when log error/info/debug, define message schema, output etc.
That needs to be perfected in order to let users have meaningful understanding of the modules.
Update logger config and let -vvv flags and ansible verbosity to control these levels
# verbosity = module.module._verbosity
Flag to dump catalystwan logs should be set always so users will have access to all log!
Verify with export VMNGCLIENT_DEVEL="X" and without
Please describe the problem
All of the modules will produce 2 log files: ansible_catalystwan_module.log and catalystwan.log.
Currently base dir destination of these log files will be current working directory of playbooks.
Please describe the solution you'd like
Allow external configuration of log paths within ansible.cfg or other .cfg file.
Additional context
Define when log error/info/debug, define message schema, output etc.
That needs to be perfected in order to let users have meaningful understanding of the modules.
Update logger config and let -vvv flags and ansible verbosity to control these levels
The text was updated successfully, but these errors were encountered: