Hi, I have run a code with metaflow, but closed th...
# ask-metaflow
l
Hi, I have run a code with metaflow, but closed the terminal. I want to access the log that was displayed on terminal.
metaflow logs / metaflow --logs
does not help. I get error Error: No such command 'logs'. Also if there are multiple steps and my code fails in step #6. I realise this is because step #5 had a mistake and I corrected it. Is there any way I can resume the code from step #5 (
python my_code.py resume
starts from step #6)
1