How to emailing the TAC log file that was generated when running a job
When running a job through the job conductor, a log file is generated for each execution of the task. Is it possible to email this file to someone after the job completes? If so, how can this be accomplished? I don't know how to figure out the name of the file, so I don't know how to reference it.
Hi You can find jobexecution logs at Talend-JobServer\TalendJobServersFile\jobexecutions\logs directory. I think tFileList will help you iterate these files. Regards, Pedro
Pedro, Is it possible to know which files are for which job? The files have cryptic names that don't mean much (like task_32). I don't know how I can figure out which file to use. Thanks.