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
Hi,
I using rust-parallel as follows:
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