@vladimir-v-diaz notes that the help string to repy.py's --logfile option omits critical detail.
- The "file name" supplied is really used as a prefix, and the logfile gets a
.old or .new suffix to allow for log rotation.
- The logfile is created in the current directory at the time of calling
repy.py (I think). It's definitely not using what --cwd says; that option only sets the vessel working dir.