Setting Log Path From Within Playbook

Is there any way to configure logging from inside an Ansible playbook, or on a per-playbook basis? For example, could I set backup.yml to log its results to backup.log, while update.yml outputs its results to update.log? I’ve looked around and found an environment variable and a configuration file entry that can be used to configure logging, but haven’t seen any options that would allow me to set these to log to two different files without having to update the environment variable or config file every time.

Thanks for any and all help!