<p>I have an application that processes rules on every request.  Basically,  the application creates a stateless session for every request and fires the rules.</p>
<p>My question is how to integrate drools logging into this application.</p>
<p>KnowledgeLoggerRuntimeFactory takes a string for filename instead of a logger.  As a result, the log file gets overwritten for every request.  Is there a way to get around this issue?</p>
<p>Thanks! </p>