<br><font size=2 face="sans-serif">Hello Drools Users,</font>
<br>
<br><font size=2 face="sans-serif">I've been looking into why Drools 5
is logging debug and info messages to System.out in my app and trying to
figure out how to make it stop. &nbsp;It looks like the SystemEventListener
that the SystemEventListenerFactory returns is a DelegatingSystemEventListener
that delegates to a PrintStreamSystemEventListener. &nbsp;This, by default,
uses System.out as the print stream target. &nbsp;I looked into the Factory
and it looks like I can provide a different SystemEventListener or SystemEventListenerProvider,
but it also mentions that it did not find anything in the properties, so
it fails over to the default SystemEventListenerProvider. &nbsp;Is there
a way to configure a custom SystemEventListener or SystemEventListenerProvider
so that you don't have to call SystemEventListenerFactory.setSystemEventListenerProvider()
at startup?</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif"><br>
</font><font size=3>Steve Ronderos</font>