Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have created a job: "control_1", I want to schedule the job to run periodically. Upon some researching in the talend community, I knew that I can build the job --> unzip the zip package --> run the .sh file (I am using ubuntu system).
The job run is completely fine and working, however, there is no job logs/output from the .sh file execution, I would like to know is it possible to produce logs while running the job with .sh?