<?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: tDQReportRun output in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281742#M3663</link>
    <description>It's possible to modify the log4j level in the studio following this article:
&lt;BR /&gt;
&lt;A href="https://wiki.talend.com/display/componentsteam/Log4j" rel="nofollow noopener noreferrer"&gt;https://wiki.talend.com/display/componentsteam/Log4j&lt;/A&gt;
&lt;BR /&gt;You will need to modify the last tag
&lt;BR /&gt; &amp;lt;root&amp;gt;
&lt;BR /&gt; &amp;lt;priority value ="info"/&amp;gt;
&lt;BR /&gt; &amp;lt;appender-ref ref="CONSOLE"/&amp;gt;
&lt;BR /&gt; &amp;lt;!-- &amp;lt;appender-ref ref="LOGSTASH"/&amp;gt; --&amp;gt;
&lt;BR /&gt; &amp;lt;/root&amp;gt;
&lt;BR /&gt;change the "info" value to "error", and you won't see these warnings anymore.</description>
    <pubDate>Mon, 23 Jun 2014 16:26:15 GMT</pubDate>
    <dc:creator>sizhaoliu</dc:creator>
    <dc:date>2014-06-23T16:26:15Z</dc:date>
    <item>
      <title>tDQReportRun output</title>
      <link>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281739#M3660</link>
      <description>When I run this component from a job, it generates numerous lines of warnings and information.  Is there a way to disable this and to only output errors instead?</description>
      <pubDate>Wed, 04 Jun 2014 14:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281739#M3660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T14:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: tDQReportRun output</title>
      <link>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281740#M3661</link>
      <description>Hi, &lt;BR /&gt;Which version of Talend Studio are you using? Could you please show us an example of warning message? &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 05 Jun 2014 03:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281740#M3661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T03:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: tDQReportRun output</title>
      <link>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281741#M3662</link>
      <description>we're using 5.4.1.  &lt;BR /&gt;Examples of messages:&lt;BR /&gt;: org.hibernate.cfg.Configuration - Reading mappings from resource: org/talend/dataprofiler/datamart/hibernate/TdqSetIndvalue.hbm.xml&lt;BR /&gt;Hibernate: insert into dqa.TDQ_INDICATOR_VALUE (TIME_PK, ELEMENT_PK, ANALYSIS_PK, VALUE_PK, OPTION_PK, INDICATOR_PK, CALENDAR_PK, IND_TYPE, AN_DURATION, AN_RUNTIME, INDV_REAL_VALUE, INDV_INT_VALUE, INDV_ROW_COUNT, INDV_VALUE_TYPE_INDICATOR, INDV_DTHRESH_OK, INDV_DTHRESH_LOW, INDV_DTHRESH_HI, INDV_ITHRESH_OK, INDV_ITHRESH_LOW, INDV_ITHRESH_HI, INDV_EXP_VAL_OK, INDV_EXP_VAL, INDV_ITHRESH_PERC_OK, INDV_ITHRESH_PERC_LOW, INDV_ITHRESH_PERC_HI, INDV_DATE_VALUE, INDV_IDATETHRESH_LO, INDV_IDATETHRESH_HI, INDV_IDATETHRESH_OK, REP_DURATION, REP_RUNTIME, INDV_PK) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)&lt;BR /&gt;: net.sf.jasperreports.engine.xml.JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the &amp;lt;paragraph&amp;gt; tag instead.&lt;BR /&gt;Hoping there's a way to disable these from the job run log/output.</description>
      <pubDate>Thu, 05 Jun 2014 16:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281741#M3662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T16:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: tDQReportRun output</title>
      <link>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281742#M3663</link>
      <description>It's possible to modify the log4j level in the studio following this article:
&lt;BR /&gt;
&lt;A href="https://wiki.talend.com/display/componentsteam/Log4j" rel="nofollow noopener noreferrer"&gt;https://wiki.talend.com/display/componentsteam/Log4j&lt;/A&gt;
&lt;BR /&gt;You will need to modify the last tag
&lt;BR /&gt; &amp;lt;root&amp;gt;
&lt;BR /&gt; &amp;lt;priority value ="info"/&amp;gt;
&lt;BR /&gt; &amp;lt;appender-ref ref="CONSOLE"/&amp;gt;
&lt;BR /&gt; &amp;lt;!-- &amp;lt;appender-ref ref="LOGSTASH"/&amp;gt; --&amp;gt;
&lt;BR /&gt; &amp;lt;/root&amp;gt;
&lt;BR /&gt;change the "info" value to "error", and you won't see these warnings anymore.</description>
      <pubDate>Mon, 23 Jun 2014 16:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tDQReportRun-output/m-p/2281742#M3663</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2014-06-23T16:26:15Z</dc:date>
    </item>
  </channel>
</rss>

