Setting Log Level for REST Services

By default, the log level for REST services is ERROR. The log level can be configured by adding and configuring a property in the RESTServiceConfig.properties file.

Procedure

  1. Open the RESTServiceConfig.properties file.
    This file is typically stored on the machine where you installed ActiveMatrix BPM, in the CONFIG_HOME/bpm/bpm_app_name/configuration directory, although it could be in a different directory in a distributed environment. For more information, see "BPM Properties Files" in TIBCO ActiveMatrix BPM Administration.
  2. Add the logLevel property to the file.
  3. Set the logLevel property to one of the following values:
    Value Log Level
    0 TRACE
    1 DEBUG
    2 INFO
    3 WARN
    4 ERROR

    For example:

       logLevel=2

  4. Save and close the file.