This looks just like the output an org.drools.logger.KnowledgeRuntimeLogger would produce. To see this on standard output, all you have to do<br>   logger = KnowledgeRuntimeLoggerFactory.newConsoleLogger( session );<br>Other loggers of this class log to files.<br>
<br>But this is certainly not being called by default in 5.2.0.<br>-W<br><br><br><div class="gmail_quote">On 17 August 2011 01:57, lhorton <span dir="ltr">&lt;<a href="mailto:LHorton@abclegal.com">LHorton@abclegal.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">In my application that drives the rules engine, I have created my own<br>
SystemEventListener that writes to my application log4j log file.  I also<br>
have also created my own AgendaEventListener to log to log4j, and have added<br>
it to my stateless knowledge sessions.  This is working fine and the<br>
expected log entries show up in the correct application log.<br>
<br>
However, there are also things being logged to my tomcat server log<br>
(catalina.out).  The entries look like this:<br>
<br>
ACTIVATION CREATED rule:JobWorkflowRepeat activationId:JobWorkflowRepeat [2]<br>
declarations: $daemon=Thread[Thread-29,5,main](2)<br>
OBJECT ASSERTED value:Thread[Thread-29,5,main] factId: 2<br>
BEFORE ACTIVATION FIRED rule:JobWorkflowRepeat<br>
activationId:JobWorkflowRepeat [2] declarations:<br>
$daemon=Thread[Thread-29,5,main](2)<br>
AFTER ACTIVATION FIRED rule:JobWorkflowRepeat activationId:JobWorkflowRepeat<br>
[2] declarations: $daemon=Thread[Thread-29,5,main](2)<br>
<br>
I would like to get control over these log entries, to suppress some and to<br>
route others to my application log.  Where are these coming from?  I have<br>
not explicitly set up any listeners other than the ones I specified above.<br>
I don&#39;t remember seeing these entries before 5.2.0.<br>
<br>
thanks for any advice.<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/source-of-activity-listener-log-entries-tp3260156p3260156.html" target="_blank">http://drools.46999.n3.nabble.com/source-of-activity-listener-log-entries-tp3260156p3260156.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></blockquote></div><br>