Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Darmesh
Contributor III
Contributor III

How to get the detailed log file

If a loading process is completed. How to get the detailed log report, like from where the process starts and how many records are reading or filtering etc.

 

Similarly in informatica there is session log. Is there anything in talend 

Labels (2)
6 Replies
Jesperrekuh
Specialist
Specialist

Look at components: logCatcher , statCatcher (about records) and flowMeter.
Use also tWarn so you can handle/create custom errors.
Last also: Log4j. But not in community edition, you need to load it manually.

Read documentation on named components.
Darmesh
Contributor III
Contributor III
Author

@Dijke

i dont know how to get the log details and am only getting stats details.can you help me.0683p000009LzI6.png10683p000009Lz9Q.png2

 

Anonymous
Not applicable

NBLINE variable is present at each component level which shows how many records processed by that particular component.

Darmesh
Contributor III
Contributor III
Author

That i am getting.

I want to get the log for entire job flow. like first insert is happening then delete the reading files from input excel and how many records are there in I/P and how many are rejecting and how many goes to O/P.

 

Similar to Informatica Session log

Jesperrekuh
Specialist
Specialist

Its not automatically available in log, you have to build your logging in your jobs... one of the most annoying things in Talend...  But also very handy, because you are fully flexible!

tWarn and tError you need to use to get custom messages/behavior in your log files. the tLogCatcher will do the rest.

 


Logging.jpg
vividhavv
Contributor
Contributor

0683p000009M9pz.png Edit setting as per screenshot. You will get detail log.