<?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: Save run console output in a log file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Save-run-console-output-in-a-log-file/m-p/2507985#M141820</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/329944"&gt;@michael_monash&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried the first solution from this Qlik Knowledge Article ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://customerportal.qlik.com/article/Qlik-Talend-Data-Integration-How-to-log-Job-output-to-a-file-as-well-as-to-the-console?utm_source=chatgpt.com" target="_blank" rel="noopener"&gt;https://customerportal.qlik.com/article/Qlik-Talend-Data-Integration-How-to-log-Job-output-to-a-file-as-well-as-to-the-console?utm_source=chatgpt.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively maybe you could try using "&lt;SPAN&gt;&lt;STRONG&gt;java.nio.file&lt;/STRONG&gt;" instead of "&lt;STRONG&gt;java.io.file&lt;/STRONG&gt;", since newer version of Talend use &lt;STRONG&gt;Java 17&lt;/STRONG&gt; maybe there is something broken about the "old" file library.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- Quentin&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 08:49:28 GMT</pubDate>
    <dc:creator>quentin-vigne</dc:creator>
    <dc:date>2025-03-03T08:49:28Z</dc:date>
    <item>
      <title>Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Save-run-console-output-in-a-log-file/m-p/2507702#M141810</link>
      <description>&lt;P&gt;This has been asked and solved before but the solutions no longer work with newer version of Qlik Talend Cloud Data Management R2025-01v2.&lt;/P&gt;
&lt;P&gt;Save run console output in a log file&lt;/P&gt;
&lt;P&gt;This no longer works:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;java.io.File outputFile = new java.io.File("/Users/richardhall/Documents/output.txt");
java.io.File outputFileErr = new java.io.File("/Users/richardhall/Documents/outputErr.txt");
System.setOut(new java.io.PrintStream(new java.io.FileOutputStream(outputFile, true), true));
System.setErr(new java.io.PrintStream(new java.io.FileOutputStream(outputFileErr, true), true));&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think error is being redirected but it looks as though console is no longer standard out.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 22:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Save-run-console-output-in-a-log-file/m-p/2507702#M141810</guid>
      <dc:creator>michael_monash</dc:creator>
      <dc:date>2025-02-27T22:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Save-run-console-output-in-a-log-file/m-p/2507985#M141820</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/329944"&gt;@michael_monash&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried the first solution from this Qlik Knowledge Article ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://customerportal.qlik.com/article/Qlik-Talend-Data-Integration-How-to-log-Job-output-to-a-file-as-well-as-to-the-console?utm_source=chatgpt.com" target="_blank" rel="noopener"&gt;https://customerportal.qlik.com/article/Qlik-Talend-Data-Integration-How-to-log-Job-output-to-a-file-as-well-as-to-the-console?utm_source=chatgpt.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively maybe you could try using "&lt;SPAN&gt;&lt;STRONG&gt;java.nio.file&lt;/STRONG&gt;" instead of "&lt;STRONG&gt;java.io.file&lt;/STRONG&gt;", since newer version of Talend use &lt;STRONG&gt;Java 17&lt;/STRONG&gt; maybe there is something broken about the "old" file library.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- Quentin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 08:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Save-run-console-output-in-a-log-file/m-p/2507985#M141820</guid>
      <dc:creator>quentin-vigne</dc:creator>
      <dc:date>2025-03-03T08:49:28Z</dc:date>
    </item>
  </channel>
</rss>

