I am trying to access the logs (stdout.txt and stderr.txt) of the tasks run.
As soon as the task is completed I lose access to those files. Looking at the browser console, if I search a file in the path field I get a 404 error, NodeNotFound, The specified node does not exist.
Is it caused because the node is deleted when the task completes? Is there a way to retain those files after the node is deleted?
Thanks in advance.
P.S.: Also asked in the Microsoft Learn platform (https://learn.microsoft.com/en-us/answers/questions/1820060/are-task-logs-deleted-when-the-node-is-deleted-due).