Default verbosity for console output and increased verbosity when logging to file?

As it says on the tin. I have found a similar question with no answer but that is from 2018: Ansible log verbosity in ansible.cfg

I remember seeing something like this was possible, but I after searching I couldn’t find how to do this. I would like to have normal console output and verbose output to a logfile.

thx!!

This is the global verbosity Ansible Configuration Settings — Ansible Community Documentation

This is the log specific verbosity Ansible Configuration Settings — Ansible Community Documentation

The log will use whichever is higher