You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi there,
I am taking over some jobs written by my predecessor, and am trying to understanding some of the basiscs around the job. One of the things that I notice is that it writes its logs to a location that is set using an environment variable. The property for stats and log files filepath is set to: "$ENV{'TALEND_LOG'}.
How do I find out what the value for this environment variable is? I assume there is a way to see or display this in TALEND?
Offline
There are various possibilities :
- a tSystem component with "echo $ENV{'TALEND_LOG'}"
- a tFixedFlowInput with "$ENV{'TALEND_LOG'}" sent to a tLogRow
- etc.
Offline
Pages: 1