<?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: Publish and republish notification with log4net in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1719284#M12907</link>
    <description>&lt;P&gt;Was this ever resolved? I'm running into an issue getting the stringmatchfilter working.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2020 13:45:46 GMT</pubDate>
    <dc:creator>derrydavis</dc:creator>
    <dc:date>2020-06-16T13:45:46Z</dc:date>
    <item>
      <title>Publish and republish notification with log4net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1576961#M10535</link>
      <description>&lt;P&gt;Hi QlikGirls and QlikGuys,&lt;/P&gt;&lt;P&gt;I have some difficulties with log4net ^^'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want:&lt;/P&gt;&lt;P&gt;Send notification by email when users are &lt;FONT size="6"&gt;&lt;STRONG&gt;publishing&lt;/STRONG&gt;&lt;/FONT&gt; or &lt;FONT size="6"&gt;&lt;STRONG&gt;republishing &lt;/STRONG&gt;&lt;FONT size="3"&gt;an app&lt;/FONT&gt;&lt;/FONT&gt; (replace).&lt;/P&gt;&lt;P&gt;But I just can do:&lt;/P&gt;&lt;P&gt;Send notification by email when users are &lt;FONT size="6"&gt;&lt;STRONG&gt;publishing&lt;/STRONG&gt;&lt;FONT size="3"&gt; an app&lt;/FONT&gt;&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My log4net filter (it's ok):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;	  &amp;lt;filter type="log4net.Filter.StringMatchFilter"&amp;gt;
			&amp;lt;param name="stringToMatch" value="published" /&amp;gt;
	  &amp;lt;/filter&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My logger (it's ok for publish):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;logger name="Audit.Repository.Repository.Core.Resource.AppResource"&amp;gt;
        &amp;lt;appender-ref ref="test" /&amp;gt;
    &amp;lt;/logger&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find the right logger name for both...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the file SERVER_AuditActivity_Repository.txt I have republishing informations but not the logger name...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I can find a list of all Qlik Sense logger?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ;),&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1576961#M10535</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2024-11-16T05:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Publish and republish notification with log4net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1580273#M10536</link>
      <description>&lt;P&gt;Here you can check for log files&lt;/P&gt;&lt;P&gt;QMC - "Configure System" - "Service Cluster" - "Cluster Settings" - "Archived logs root folder"&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, I did the same to capture from above path folder and Using "SMTP Connector" I have sent user notification.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 08:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1580273#M10536</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-05-15T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Publish and republish notification with log4net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1582757#M10593</link>
      <description>&lt;P&gt;Mind posting your entire&amp;nbsp;LocalLogConfig.xml so I can use it as a base to build from and see what can work here?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 13:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1582757#M10593</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-05-21T13:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Publish and republish notification with log4net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1599880#M10924</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My LocalLogConfig.xml:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;configuration&amp;gt;
	
	&amp;lt;appender name="test" type="log4net.Appender.SmtpAppender"&amp;gt;
	  &amp;lt;filter type="log4net.Filter.StringMatchFilter"&amp;gt;
			&amp;lt;param name="stringToMatch" value="published" /&amp;gt;
	  &amp;lt;/filter&amp;gt;
      &amp;lt;filter type="log4net.Filter.DenyAllFilter" /&amp;gt;
      &amp;lt;evaluator type="log4net.Core.LevelEvaluator"&amp;gt;
            &amp;lt;param name="threshold" value="INFO"/&amp;gt;
      &amp;lt;/evaluator&amp;gt;
        &amp;lt;param name="to" value="***" /&amp;gt;
        &amp;lt;param name="from" value="***" /&amp;gt;
        &amp;lt;param name="subject" value="Qlik Sense Dev New app published" /&amp;gt;
        &amp;lt;param name="smtpHost" value="***" /&amp;gt;
        &amp;lt;param name="port" value="25" /&amp;gt;
        &amp;lt;param name="bufferSize" value="0" /&amp;gt;
        &amp;lt;param name="lossy" value="true" /&amp;gt;
	          &amp;lt;layout type="log4net.Layout.PatternLayout"&amp;gt;
            &amp;lt;param name="conversionPattern" value="%newline%date %-5level %newline%property{ActiveUserId}%newline%newline%newline%message%newline%newline%newline" /&amp;gt;
        &amp;lt;/layout&amp;gt;
	&amp;lt;/appender&amp;gt;

	&amp;lt;logger name="Audit.Repository.Repository.Core.Resource.AppResource"&amp;gt;
        &amp;lt;appender-ref ref="test" /&amp;gt;
    &amp;lt;/logger&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;LocalLogConfig.xml &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 12:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1599880#M10924</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2019-07-08T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Publish and republish notification with log4net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1719284#M12907</link>
      <description>&lt;P&gt;Was this ever resolved? I'm running into an issue getting the stringmatchfilter working.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 13:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Publish-and-republish-notification-with-log4net/m-p/1719284#M12907</guid>
      <dc:creator>derrydavis</dc:creator>
      <dc:date>2020-06-16T13:45:46Z</dc:date>
    </item>
  </channel>
</rss>

