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

Where clog logs in Talend ESB

Hi,

 

I'm using clog in Talend ESB, and there is a field named as Logging category. What this field means ? As there is no other field where I could mention my log path.

 

So does it means It creates log in memory ? If yes then how can I access those logs ?

If it logs somewhere else as well, then where and how I can use Logging category value to interact with logs ?

 

Thanks 

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

If you want to log something to the console in Studio, could you please try to change logging settings in Project settings:
    <!-- Root Logger -->
<root>
<priority value ="info"/>
<appender-ref ref="CONSOLE"/>
<!-- <appender-ref ref="LOGSTASH"/> -->
</root>
by default <priority value ="warn"/>. If set to 'info' or 'debug' - you see logs

0683p000009Lz3B.png

Let us know if it is OK with you.

So far, it is impossible to make the log output of the cLog component directly in talend.
There is a related referencehttp://camel.apache.org/how-do-i-use-log4j.html Hope it will help you.

Best regards

Sabrina