Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to log progress of tasks in Talend Open Studio?

I have some sample jobs that migrate data from one database to another and I would like to have some information about the current progress, like the one you have when the job is run interactively from the application itself (I export and run it from command line). I use flowMeter and statsCatcher but everything i got is the overall time and the overall number of records passed (e.g. 4657 sec, 50.000.000 rows). Is there any solution to get a decent log ?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

hi,
try a redirection to a txt file
java  > /home/raulier/mylog.txt

hope it helps
regards
Anonymous
Not applicable
Author

is it not possible to use the built-in logging system?
`