<?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: share logs between parent and subjob in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217157#M12870</link>
    <description>Wait, I read it wrong, I didn't realize you want separate log files for each parent job.  Hmmm....&lt;BR /&gt;Yea, I think the best way is to set up all of your jobs is to set up all the stats &amp;amp; logs settings like in the pic and then passing the appropriate folder and file name from the parent to the child jobs&lt;BR /&gt;&lt;BR /&gt;if 5108 gets implemented, then you could use a tJava and a System.out.println command to print the child job console output to your log file</description>
    <pubDate>Thu, 06 Nov 2008 22:33:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-06T22:33:49Z</dc:date>
    <item>
      <title>share logs between parent and subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217151#M12864</link>
      <description>hello everybody,&lt;BR /&gt;my jobs shares some treatments so I've made some subjobs.&lt;BR /&gt;I would like to make a log file for each parent job, but only one.&lt;BR /&gt;Is there a way to do that? according with some answers, it seems that there is no way to throw errors to parents jobs.&lt;BR /&gt;I wouldn't like to make somes context variables. is it possible to send all errors from subjobs to console and redirect them to a log file?&lt;BR /&gt;best regards,&lt;BR /&gt;Matthieu</description>
      <pubDate>Sat, 16 Nov 2024 14:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217151#M12864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: share logs between parent and subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217152#M12865</link>
      <description>Hi Matthieu,
&lt;BR /&gt;
&lt;BR /&gt;See on the job setting view the stat&amp;amp;log.
&lt;BR /&gt;you can chose the files for the job.
&lt;BR /&gt;
&lt;BR /&gt;Jérémie</description>
      <pubDate>Thu, 06 Nov 2008 10:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217152#M12865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T10:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: share logs between parent and subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217153#M12866</link>
      <description>Hello Jeremie, 
&lt;BR /&gt;yes i have seen this settings but I would like to share the same log file from parent and many childrens jobs. 
&lt;BR /&gt;Some parents jobs use the same subjobs. 
&lt;BR /&gt;For the moment, I have a context variable which defined the context.log_folder file. 
&lt;BR /&gt;I would like that was the parent job which deifned the log filename. So I have think to pass a parameter for the subjob and this parameter was set by the parent job, but don"t think it's the better way to do that. 
&lt;BR /&gt;And I would like to know if there is a cleaner way 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; 
&lt;BR /&gt;best regards</description>
      <pubDate>Thu, 06 Nov 2008 10:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217153#M12866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T10:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: share logs between parent and subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217154#M12867</link>
      <description>Yes, it is.
&lt;BR /&gt;
&lt;BR /&gt; best regards</description>
      <pubDate>Thu, 06 Nov 2008 11:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217154#M12867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T11:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: share logs between parent and subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217155#M12868</link>
      <description>I've taken to starting my jobs with a tJava that have this code, so the job name is printed to the output&lt;BR /&gt;&lt;PRE&gt;System.out.println("");&lt;BR /&gt;System.out.println("***" + jobName + "***");&lt;BR /&gt;System.out.println("");&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Nov 2008 22:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217155#M12868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T22:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: share logs between parent and subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217156#M12869</link>
      <description>and you redirect output from STDIN?</description>
      <pubDate>Thu, 06 Nov 2008 22:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217156#M12869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T22:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: share logs between parent and subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217157#M12870</link>
      <description>Wait, I read it wrong, I didn't realize you want separate log files for each parent job.  Hmmm....&lt;BR /&gt;Yea, I think the best way is to set up all of your jobs is to set up all the stats &amp;amp; logs settings like in the pic and then passing the appropriate folder and file name from the parent to the child jobs&lt;BR /&gt;&lt;BR /&gt;if 5108 gets implemented, then you could use a tJava and a System.out.println command to print the child job console output to your log file</description>
      <pubDate>Thu, 06 Nov 2008 22:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/share-logs-between-parent-and-subjob/m-p/2217157#M12870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-06T22:33:49Z</dc:date>
    </item>
  </channel>
</rss>

