Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Schedule job logs

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?

0683p000009M9X7.png

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

Yes it is possible, but you need to design your job to create logs. check the below link.
https://help.talend.com/reader/NzSsOz45dx7Catk7zBfQzw/~aLh5GIJ6~ByM28cRwRswQ

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

Yes it is possible, but you need to design your job to create logs. check the below link.
https://help.talend.com/reader/NzSsOz45dx7Catk7zBfQzw/~aLh5GIJ6~ByM28cRwRswQ
Anonymous
Not applicable
Author

Hi
You can manage the log&stat information using tLogCatcher and tlogCatcher in the job, refer to the component documentation and learn these two components. Let me know if you have any questions.

Regards
Shong