Goal: How to control the message level of Interstage BPM Version 10.1 with JBoss Version 4.0.5GA
Fact: Fujitsu Interstage BPM Version 10.1
Fact: JBoss Version 4.0.5GA
Fact: log4j
Fact: Microsoft DOS
Fix:
When BPM server is launched, C:\jboss-4.0.5.GA\server\ibpm\log\server.log and C:\Fujitsu\InterstageBPM\server\instance\default\logs\IBPMServer.log will be updated with messages.
To control the level of message to IBPMServer.log, simply login to http://:49950/fujitsu-ibpm-config-webapp/IBPMConfigServlet and update the numeric level assign to DebugLevel.
To control the level of message to server.log and to the DOS console,
you can configure {JBoss Home}\server\ibpm\conf\log4j.xml
You can modify the message level to “Console” as shown below from the default “INFO” level to something lower such as WARN, ERROR or FATAL.
Note that the valid threshold value is TRACE, DEBUG, INFO, WARN, ERROR and FATAL. For more information about log4j, refer to http://logging.apache.org/log4j/1.2/manual.html
<!-- ============================== -->
<!-- Append messages to the console -->
<!-- ============================== -->
<!-- The default pattern: Date Priority [Category] Messagen -->
You can also just edit the message level concerning jgroups only.
<!-- Limit the org.jgroups category to WARN as its INFO is verbose -->
Change from WARN to ERROR or FATAL.