Feature needed: option to disable syslog logging

Hi,

Currently ansible will spam syslog with all of the execution logs. Setting no_log: True in ansible.cfg is too global and disable much more than the syslog.

It seems that extending a condition in log function of basic.py would do.

I reported that to github issue tracker, but it was closed as user question(?) so let me ask for the feature here.

solution is already in the comment
https://github.com/ansible/ansible/issues/34163#issuecomment-353448906