Support Drools audit log in BusinessRulesProcessor
--------------------------------------------------
Key: JBESB-2883
URL:
https://jira.jboss.org/jira/browse/JBESB-2883
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.6
Reporter: Jeff DeLong
It would be nice if the BusinessRulesProcessor allowed for configuration of a log file for
audit logging. This audit log can then be read by the JBTools Drools Audit viewer. Which
is very convenient for debugging.
The API looks like:
logger = KnowledgeRuntimeLoggerFactory.newThreadedFileLogger(ksession,
"log/audit", 500);
So the configuration requires the path to the log file (relative path will be from the bin
directory and the user must create the log directory in bin) as well as the time interval
after which the log will be written, e.g. 500 milliseconds.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira