Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I want to write to whole execution process of a Job to a text file in TOS 7.3.1 because in Enterprise edition it is already logged but I am not sure where to find the execution log in Talend Open Studio so I had thought of writing the execution of the job to a Text file
Can anyone please guide me how to do it
Hello,
Usually we use tStatCatcher and tLogCatcher component to capture Job processing metadata and the error message and log them into file or database.
With talend open studio, you could redirect the output from the console to a file.
Here is a related topic: https://community.talend.com/s/question/0D53p00007vCjQlCAK/redirect-the-output-from-the-console-to-a...
Let us know if it is what you are looking for.
Best regards
Sabrina