<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Logging in Talend. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343791#M111512</link>
    <description>There is components in 4.2.2. the tLog4J is self contained.</description>
    <pubDate>Tue, 19 Jul 2011 15:46:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-19T15:46:26Z</dc:date>
    <item>
      <title>Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343789#M111510</link>
      <description>Hi, 
&lt;BR /&gt;I'm currently using tLogCatcher to catch errors to file. I want to be use log4j to create logs because I want to be able to rotate the log. 
&lt;BR /&gt;I've looked into using tLog4J but I can't seem to understand how to use it and define a properties file for it. Can tLogCatcher in some combination be used to rotate log? how can I use tLog4J for this?</description>
      <pubDate>Sat, 16 Nov 2024 12:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343789#M111510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343790#M111511</link>
      <description>Hi
&lt;BR /&gt;tLog4j should be used with tLog4jCatcher and tInitLog4j together, here is an example job shared by bcourtine on Talend exchange.
&lt;BR /&gt;
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=214&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=214&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;Best regard
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 18 Jul 2011 14:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343790#M111511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-18T14:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343791#M111512</link>
      <description>There is components in 4.2.2. the tLog4J is self contained.</description>
      <pubDate>Tue, 19 Jul 2011 15:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343791#M111512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-19T15:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343792#M111513</link>
      <description>Hi, can any one tell me the path to file where the logs are located when we use tlog4j component?</description>
      <pubDate>Tue, 01 Apr 2014 15:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343792#M111513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-01T15:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343793#M111514</link>
      <description>Hi 
&lt;BR /&gt;The path of logs file is defined in the log4j.xml file, and you need to specify the path of log4j.xml file on the tInitLog4j component. 
&lt;BR /&gt; 
&lt;PRE&gt;	&amp;lt;appender name="DailyFileAppender" class="org.apache.log4j.DailyRollingFileAppender"&amp;gt;&lt;BR /&gt;	&amp;lt;param name="DatePattern" value="'.'yyyy-MM-dd"/&amp;gt;&lt;BR /&gt;	&amp;lt;param name="File" value="d:/file/test/logs_test.log"/&amp;gt;&lt;BR /&gt;	&amp;lt;param name="Append" value="true"/&amp;gt;&lt;BR /&gt;	&amp;lt;layout class="org.apache.log4j.PatternLayout"&amp;gt;&lt;BR /&gt;		&amp;lt;param name="ConversionPattern" value="%d{HH:mm:ss,SSS} %-5p %c{2} - %m%n"/&amp;gt;&lt;BR /&gt;	&amp;lt;/layout&amp;gt;&lt;BR /&gt;	&amp;lt;/appender&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;You can find an example job that using log4j components on Talend Exchange. 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=214&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=214&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1&lt;/A&gt; 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 02 Apr 2014 10:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343793#M111514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-02T10:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343794#M111515</link>
      <description>&lt;P align="LEFT"&gt;hello,&lt;BR /&gt;&amp;nbsp;I work on version 5.5.1 and I am using the component tlog4j but I do not know how to download ?&lt;BR /&gt;thank you for your help&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 14:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343794#M111515</guid>
      <dc:creator>clubiste84</dc:creator>
      <dc:date>2014-11-17T14:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343795#M111516</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;&lt;P align="LEFT"&gt;hello,&lt;BR /&gt;&amp;nbsp;I work on version 5.5.1 and I am using the component tlog4j but I do not know how to download ?&lt;BR /&gt;thank you for your help&lt;/P&gt;&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Please read this KB 
&lt;A href="https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;article &lt;/A&gt;how to install a custom component into Talend Studio. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 20 Nov 2014 02:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343795#M111516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-20T02:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343796#M111517</link>
      <description>tLog4j working fine when i run my job from Talend, but it not work when i call my job from eclipse. do you have any clue?</description>
      <pubDate>Thu, 05 Mar 2015 08:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343796#M111517</guid>
      <dc:creator>orawajar</dc:creator>
      <dc:date>2015-03-05T08:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343797#M111518</link>
      <description>you have to create web project and add configuration of log4j into web.xml as following
&lt;BR /&gt;&amp;lt;!-- LOG4J Configuration --&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;context-param&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-name&amp;gt;log4jConfigLocation&amp;lt;/param-name&amp;gt;
&lt;BR /&gt;&amp;lt;!-- Specify path of log4j properties --&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-value&amp;gt;file:${automation.prop.folder}/TALEND_PROPERTIES/log4j.xml&amp;lt;/param-value&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/context-param&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;listener&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;listener-class&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.springframework.web.util.IntrospectorCleanupListener&amp;nbsp;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/listener-class&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/listener&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;listener&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;listener-class&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.springframework.web.util.Log4jConfigListener
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/listener-class&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/listener&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- //LOG4J Configuration --&amp;gt;</description>
      <pubDate>Thu, 05 Mar 2015 09:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343797#M111518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-05T09:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343798#M111519</link>
      <description>Hello Ppl,&lt;BR /&gt;can we change the log4j.xml file to get the Error log output in a file instead of console ?&lt;BR /&gt;If Yes, could you please tell me how.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Abhijit</description>
      <pubDate>Mon, 27 Mar 2017 22:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-in-Talend/m-p/2343798#M111519</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-03-27T22:59:31Z</dc:date>
    </item>
  </channel>
</rss>

