• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » External log for exported job.

#1 2011-05-23 15:26:45

jkrfs
Member
Registered: 2009-11-19
Posts: 204

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!

Offline

#2 2011-05-23 16:38:58

ashu
Member
Registered: 2010-07-14
Posts: 133

Re: External log for exported job.

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

Offline

#3 2011-05-23 16:42:57

jkrfs
Member
Registered: 2009-11-19
Posts: 204

Re: External log for exported job.

Where are the logs stored ?

Offline

#4 2011-05-23 22:47:20

JohnGarrettMartin
Member
Registered: 2009-01-07
Posts: 762

Re: External log for exported job.

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

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » External log for exported job.

Board footer

Powered by FluxBB