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!
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