<?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 Modify Event Log Listeners in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/modify-event-log-listeners/m-p/319094#M6095</link>
    <description>&lt;P&gt;Is there a way to remove certain event listeners from being displayed on the "Event Log" subtab in the "History" tab? I want to turn off the "document modified" listener and create listeners for different steps in the workflow and life-cylce changes. With the "document modified" listener on, the Event Log gets filled up super fast and it's hard to pick through.&lt;/P&gt;
&lt;P&gt;Thank you!!!!&lt;/P&gt;</description>
    <pubDate>Fri, 21 Nov 2014 01:45:19 GMT</pubDate>
    <dc:creator>nathan1620_</dc:creator>
    <dc:date>2014-11-21T01:45:19Z</dc:date>
    <item>
      <title>Modify Event Log Listeners</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/modify-event-log-listeners/m-p/319094#M6095</link>
      <description>&lt;P&gt;Is there a way to remove certain event listeners from being displayed on the "Event Log" subtab in the "History" tab? I want to turn off the "document modified" listener and create listeners for different steps in the workflow and life-cylce changes. With the "document modified" listener on, the Event Log gets filled up super fast and it's hard to pick through.&lt;/P&gt;
&lt;P&gt;Thank you!!!!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 01:45:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/modify-event-log-listeners/m-p/319094#M6095</guid>
      <dc:creator>nathan1620_</dc:creator>
      <dc:date>2014-11-21T01:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Event Log Listeners</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/modify-event-log-listeners/m-p/319095#M6096</link>
      <description>&lt;P&gt;Man, you ask some stupid questions. Write this XML extension:&lt;/P&gt;
&lt;EXTENSION point="event" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService"&gt;
    &lt;DOCUMENTATION&gt;
      Those default auditable events match Nuxeo core base events.
      &lt;P&gt;
      If you are sending new Nuxeo core events and want them audited, this is
      the place to declare them NXAudit side.
    &lt;/P&gt;&lt;/DOCUMENTATION&gt;
    &lt;EVENT name="documentModified" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="documentLocked" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="documentUnlocked" enabled="false"&gt;&lt;/EVENT&gt;
  &lt;EVENT name="aboutToCreate" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="aboutToRemove" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="aboutToRemoveVersion" enabled="false"&gt;&lt;/EVENT&gt;
   &lt;EVENT name="documentSecurityUpdated" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="emptyDocumentModelCreated" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="sessionSaved" enabled="false"&gt;&lt;/EVENT&gt;
   &lt;EVENT name="aboutToCopy" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="aboutToMove" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="documentCreatedByCopy" enabled="false"&gt;&lt;/EVENT&gt;
   &lt;EVENT name="documentDuplicated" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="documentMoved" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="beforeRestoringDocument" enabled="false"&gt;&lt;/EVENT&gt;
   &lt;EVENT name="documentRestored" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="documentProxyPublished" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="documentProxyUpdated" enabled="false"&gt;&lt;/EVENT&gt;
   &lt;EVENT name="documentPublicationApproved" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="sectionContentPublished" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="documentPublicationRejected" enabled="false"&gt;&lt;/EVENT&gt;
   &lt;EVENT name="documentUnpublished" enabled="false"&gt;&lt;/EVENT&gt;
    &lt;EVENT name="documentWaitingPublication" enabled="false"&gt;&lt;/EVENT&gt;
  &lt;/EXTENSION&gt;</description>
      <pubDate>Fri, 21 Nov 2014 21:57:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/modify-event-log-listeners/m-p/319095#M6096</guid>
      <dc:creator>nathan1620_</dc:creator>
      <dc:date>2014-11-21T21:57:45Z</dc:date>
    </item>
  </channel>
</rss>

