rust-parallel
rust-parallel copied to clipboard
Question on logging output
Hi, I using rust-parallel as follows:
rust-parallel -d all -p python ::: script1.py script2.py script3.py
Each of the python script has logging message. Is there a way to record each log towards a log.txt to see the progress of each script? Or at least to a common log? Thank you Kind regards