Ansible logs

Hi,

How can I disable writing logs in syslog and keep logs in stdout

Thank you

I believe you want this:
https://docs.ansible.com/ansible/latest/reference_appendices/config.html#default-no-target-syslog

but modules don't 'log to stdout' they use stdout to return data to
the controller.

Thank you