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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jkrfs
Creator
Creator

External log for exported job.

Good Morning Talenders,
I am curious to find out where the external log for my talend job is located after I export it.
For example, I export my job as a .jar file, and I run it as a command line. Where would there be a global log file thats logging everything from that job? Is this an option I need to select? Or do I have to do all the logging internally in the job?
Any help would be great.
Thanks!
Labels (2)
3 Replies
Anonymous
Not applicable

you need to select an Option from the Tab Job-->Stats&Logs.
jkrfs
Creator
Creator
Author

Where are the logs stored ?
Anonymous
Not applicable

it depends on how you're doing logging. If you are just printing to sdtout i.e. System.out.println() then you control where the log file is when you execute the script.
ex:
./test_job_run.sh > /path/to/log/file.log