Callback plugin output; logging to ansible.log

We use a couple of callback plugins and one of my colleagues has noticed that their output doesn’t appear in ansible.log

Is it possible to change this so we can see callback output?

We’re running 1.9.1

Many thanks,

Jon

I would tend to say that should be the responsibility of the plugin. Ansible doesn’t control what the plugin does, it only provides hooks for the plugin to execute.

Considering there are syslog callbacks I would be remiss to make this
the default, but the callbacks themselves should be able to explicitly
send data to ansible.log.

Fair enough, a default would not seem right.

I will modify my plugins.