Red Hat help


Change the logging level on your site

Set the logging level appropriately to enable logging in vamessages.log and in James logs.

Use these instructions for TeamForge6.1.1 and later versions.

Note: Using these instructions enables debug logging only in vamessages.log.

  1. Edit $RUNTIME/jboss/server/default/deploy/logging.properties to enable logging in vamessages.log.
    Note: You need to restart the site for JBoss to pick up these changes.
  2. Locate the property names and modify the values as indicated in the table:
    Table 1. Property settings to enable debugging
    Property Setting Current Value Modified Value Description
    logger.level INFO DEBUG Root logger level
    logger.com.vasoftware.level INFO DEBUG Log handler for VAFILE
    handler.VAFILE.level INFO DEBUG Log for VAFILE
Note: To enable James logs such as Mailet, James, SpoolManager and so on, follow these steps:
  • Edit $RUNTIME/james/apps/james/SAR-INF/environment.xml .
  • Locate "categories" and set the log-level to DEBUG for the categories in which you wish to enable logging.
  • Restart James.