<?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: Capture System.out.println in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308383#M79720</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;In Studio under File -&amp;gt; edit project properties&amp;nbsp;there is configuration of log4j (version 1) - there are also some components for log4j logging in Talend Exchange.&lt;BR /&gt;This is for any Talend product the same. In case of ESB as we have Karaf instance available there is also karaf Pax logging system, which integrates the Talend log4j. Look at container/etc/org.ops4j.pax.logging.cfg where you can also configure loggers which can be then called from any bundle deployed in following way:&lt;BR /&gt;import org.slf4j.Logger;&amp;nbsp;&lt;BR /&gt;import org.slf4j.LoggerFactory;&amp;nbsp;&lt;BR /&gt;...&amp;nbsp;&lt;BR /&gt;private final static Logger LOG = LoggerFactory.getLogger(MyService.class);&amp;nbsp;&lt;BR /&gt;...&amp;nbsp;&lt;BR /&gt;LOGGER.info("Service myservice audittrail: entering the pipeline");&amp;nbsp;&lt;BR /&gt;....if you like the pure Java&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;So, when I have my service running using ./trun, it outputs all logs to the console. What is different in doing ./start and not being able to save/ view the logs?&amp;nbsp;</description>
    <pubDate>Mon, 20 Mar 2017 15:16:29 GMT</pubDate>
    <dc:creator>root</dc:creator>
    <dc:date>2017-03-20T15:16:29Z</dc:date>
    <item>
      <title>Capture System.out.println</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308378#M79715</link>
      <description>I am currently running karaf by doing ./trun
&lt;BR /&gt;This prints out all messages logged on to the console. How to capture these messages when running in background via ./start?
&lt;BR /&gt;Please advise. Thank you.</description>
      <pubDate>Sat, 16 Nov 2024 09:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308378#M79715</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2024-11-16T09:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Capture System.out.println</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308379#M79716</link>
      <description>Then it goes to &amp;lt;karaf&amp;gt;/log/tesb.log</description>
      <pubDate>Fri, 17 Mar 2017 15:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308379#M79716</guid>
      <dc:creator>vharcq</dc:creator>
      <dc:date>2017-03-17T15:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Capture System.out.println</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308380#M79717</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Then it goes to &amp;lt;karaf&amp;gt;/log/tesb.log&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I checked that, I could not find those system.out.printlns</description>
      <pubDate>Fri, 17 Mar 2017 16:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308380#M79717</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2017-03-17T16:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Capture System.out.println</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308381#M79718</link>
      <description>Could you try Log4j logger ?</description>
      <pubDate>Fri, 17 Mar 2017 23:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308381#M79718</guid>
      <dc:creator>vharcq</dc:creator>
      <dc:date>2017-03-17T23:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Capture System.out.println</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308382#M79719</link>
      <description>In Studio under File -&amp;gt; edit project properties&amp;nbsp;there is configuration of log4j (version 1) - there are also some components for log4j logging in Talend Exchange.&lt;BR /&gt;This is for any Talend product the same. In case of ESB as we have Karaf instance available there is also karaf Pax logging system, which integrates the Talend log4j. Look at container/etc/org.ops4j.pax.logging.cfg where you can also configure loggers which can be then called from any bundle deployed in following way:&lt;BR /&gt;import org.slf4j.Logger;&amp;nbsp;&lt;BR /&gt;import org.slf4j.LoggerFactory;&amp;nbsp;&lt;BR /&gt;...&amp;nbsp;&lt;BR /&gt;private final static Logger LOG = LoggerFactory.getLogger(MyService.class);&amp;nbsp;&lt;BR /&gt;...&amp;nbsp;&lt;BR /&gt;LOGGER.info("Service myservice audittrail: entering the pipeline");&amp;nbsp;&lt;BR /&gt;....if you like the pure Java</description>
      <pubDate>Sat, 18 Mar 2017 00:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308382#M79719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-18T00:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Capture System.out.println</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308383#M79720</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;In Studio under File -&amp;gt; edit project properties&amp;nbsp;there is configuration of log4j (version 1) - there are also some components for log4j logging in Talend Exchange.&lt;BR /&gt;This is for any Talend product the same. In case of ESB as we have Karaf instance available there is also karaf Pax logging system, which integrates the Talend log4j. Look at container/etc/org.ops4j.pax.logging.cfg where you can also configure loggers which can be then called from any bundle deployed in following way:&lt;BR /&gt;import org.slf4j.Logger;&amp;nbsp;&lt;BR /&gt;import org.slf4j.LoggerFactory;&amp;nbsp;&lt;BR /&gt;...&amp;nbsp;&lt;BR /&gt;private final static Logger LOG = LoggerFactory.getLogger(MyService.class);&amp;nbsp;&lt;BR /&gt;...&amp;nbsp;&lt;BR /&gt;LOGGER.info("Service myservice audittrail: entering the pipeline");&amp;nbsp;&lt;BR /&gt;....if you like the pure Java&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;So, when I have my service running using ./trun, it outputs all logs to the console. What is different in doing ./start and not being able to save/ view the logs?&amp;nbsp;</description>
      <pubDate>Mon, 20 Mar 2017 15:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Capture-System-out-println/m-p/2308383#M79720</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2017-03-20T15:16:29Z</dc:date>
    </item>
  </channel>
</rss>

