[
https://jira.jboss.org/jira/browse/JBPM-1450?page=com.atlassian.jira.plug...
]
Alejandro Guizar commented on JBPM-1450:
----------------------------------------
To disable the jBPM logging, simply exclude the logging service from the jbpm-context
element in jbpm.cfg.xml:
<jbpm-context>
<service name="persistence"
factory="org.jbpm.persistence.db.DbPersistenceServiceFactory" />
<service name="tx" factory="org.jbpm.tx.TxServiceFactory"
/>
<service name="message"
factory="org.jbpm.msg.db.DbMessageServiceFactory" />
<service name="scheduler"
factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
<!--
<service name="logging"
factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
-->
<service name="authentication"
factory="org.jbpm.security.authentication.DefaultAuthenticationServiceFactory"
/>
</jbpm-context>
Disable jBPM logging
--------------------
Key: JBPM-1450
URL:
https://jira.jboss.org/jira/browse/JBPM-1450
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Console
Reporter: Mark Little
Assignee: Alejandro Guizar
Fix For: SOA 4.2 CP03, SOA 4.3
--
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