I'm not sure exactly what logging you are meaning. If you are trying to customize the Ansible output during play execution you can pass various options to the default callback plugin that will change what output is shown: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/default_callback.html
There are also a number of other callback plugins that you might suit your needs. You can list the available ones with "ansible-doc -t callback -l". And here's a link to the docs: https://docs.ansible.com/ansible/latest/plugins/callback.html On Mon, 26 Oct 2020 at 22:15, Troy Fine <[email protected]> wrote: > Hello, I was wondering is there a way I can drastically reduce the amount > of logging that is output while a set of tasks is running? At the very > least we’d like to try to limit/eliminate the ‘info’ logging, would be even > cooler if it also showed the short-hand status ‘changed, passed, etc’ > > `no_log: true` did not accomplish what we wanted > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/9102ad5e-ef48-4df1-b659-8b1297e1d6f2n%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/9102ad5e-ef48-4df1-b659-8b1297e1d6f2n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CALc%3DriCtN61fGXo8EUusfu%2B%3Dqa6VPS4NTvMEtz4m0S6MKKwDvg%40mail.gmail.com.
