Append Line not Working with Orchestrator

Hi @abchakraborty as the path to the log-file is relative you could also just use “./log.txt” to access the file regardless of the version the package is using.
Another way would be to store the log in a location like C:\Logs\Projectname\log.txt where the path would be the same.
Another way would be to use Environment.CurrentDirectory to get the current directory where the main is running and read out the file accordingly - check this post for further details