How to make -vvvv the default for ansible-playbook in ansible.cfg

I read through the document at http://docs.ansible.com/ansible/latest/intro_configuration.html, and I didn’t find any setting that can make -vvvv the default if ansible-playbook is ran outout -vvvv.

For example, ansible-playbook has --user=REMOTE_USER on the command line and the equivalent setting in ansible.cfg is remote_user = REMOTE_USER

Is there an equivalent ansible.cfg setting for -vvvv?

http://docs.ansible.com/ansible/devel/config.html#default-verbosity

Thanks Brian. It works.