I have an application that processes rules on every request. Basically,
the application creates a stateless session for every request and fires the
rules.
My question is how to integrate drools logging into this application.
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?
Thanks!