[
https://jira.jboss.org/browse/JBESB-2883?page=com.atlassian.jira.plugin.s...
]
David Ward edited comment on JBESB-2883 at 7/26/10 5:15 PM:
------------------------------------------------------------
Committed revision 34210. (trunk)
Thew new properties are:
ruleAuditType=CONSOLE, FILE, THREADED_FILE
ruleAuditFile=<filepath>
ruleAuditInterval=<milliseconds>
Description of these properties are in detail in the Services Guide, as well as in javadoc
and lightly in Programmers Guide.
was (Author: dward):
Committed revision 34210. (trunk)
Thew new properties are:
ruleFireMethod=FIRE_ALL_RULES or FIRE_UNTIL_HALT
ruleAuditType=CONSOLE, FILE, THREADED_FILE
ruleAuditInterval=<milliseconds>
Description of these properties are in detail in the Services Guide, as well as in javadoc
and lightly in Programmers Guide.
Support Drools audit log in BusinessRulesProcessor
--------------------------------------------------
Key: JBESB-2883
URL:
https://jira.jboss.org/browse/JBESB-2883
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 4.6
Reporter: Jeff DeLong
Assignee: David Ward
Fix For: 4.9
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/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira