Setting the Java logging level on JBoss

You can change the type of information that is reported in the server log by the execution unit (XU) and other execution components.

About this task

To set the logging level, you use the Java™ logging API. For JBoss 6.4 EAP, you use the JBoss management console.

The JBoss 6.4 EAP application server uses the Java logging service to log the activity of the execution unit (XU). You can control the level of the JCA messages through the management console. See Deploying the execution unit (XU) RAR file for details on how to configure the log level.

To change the logging level for the other execution components, you use the JDK logging API in the same way.

Procedure

  1. Add the required execution components as log categories through the JBoss administration console, and set the log level.
  2. Save the configuration and restart the application server.