Hi all,
I am creating an ssis package and i have to enable logging for that.
Requirement is that everytime package runs, the log file has to be appended with new details. After a while, the log file will be moved to another location.
I created logging and added a file connection with usagetype = 'Existing File' and gave the path of log file - testlog.txt
If I remove file testlog.txt from the location and I run the same package, would this give error saying file not found or would this create a new file testlog.txt and continue processing? What would be the result?
Thanks in advance,
SR