Hello,
I have built a talend job and deployed it on a linux machine.
a .sh script has been generated for me: dmtrzz_collecte_vsp_run.sh
When i run the script, the job does what's supposed to do.
But I have no log file, how to generate a log file for the job execution?
I added > ./log_talend.log at the end of the command line, but the file log_talend.log is empty after running the job.
Thanks in advance.
Sidi