you can use spool command in rman.

like if you want to spool o/p in specific dir.

1) SPOOL LOG TO '/specific_dir/your_log_file';
2) rman backup commands
3) spool off;

Click here