human-readable callback plugin? (human_log.py) - Ansible 2.3

Is anyone using human-readable callback plugin with Ansible 2.3.x?

Using this callback plugin https://github.com/n0ts/ansible-human_log hasbeen great for reading the logs.Is anyone else using this callback plugin and experiencing with Ansible 2.3.x?Another simple question: This module (ansible-human_log) is a custom module or is the same mentioned by Cammarata?

Callback Plugins → https://www.ansible.com/blog/how-to-extend-ansible-through-plugins

Thanks.

Ansible 2.3 does come with a more human readable callback plugin called debug.
Just set "stdout_callback = debug" in ansible.cfg or do "export ANSIBLE_STDOUT_CALLBACK=debug" to check it out.

Many thanks,

Cheers.