Trackstack does most of its logging to screen, where a progress bar is displayed. This means that there's nothing in any logs to show whether it is in progress, has failed, or has completed! For instance in the logs i get:
Stacking : 20%|#### | 21/103 2024/09/29 08:20:43-INFO-StartCapture-line:913 - Reboot delayed for 1 minute because the lock file exists: /home/pi/RMS_data/.reboot_lock
Stacking : 23%|#### | 24/103 2024/09/29 08:21:43-INFO-StartCapture-line:913 - Reboot delayed for 1 minute because the lock file exists: /home/pi/RMS_data/.reboot_lock
Note also that the onscreen logging does not print a newline whch is confusing the screen logger.
I think it'd be useful if trackstack also wrote to any RMS log file that is open. I'll see if this is possible.
Trackstack does most of its logging to screen, where a progress bar is displayed. This means that there's nothing in any logs to show whether it is in progress, has failed, or has completed! For instance in the logs i get:
while onscreen i get
Note also that the onscreen logging does not print a newline whch is confusing the screen logger. I think it'd be useful if trackstack also wrote to any RMS log file that is open. I'll see if this is possible.