Setting the Unwired Orchestrator Log Level

To make changes to the runtime logging behavior of Unwired Orchestrator server, set the Logging level at the Runtime Container Configuration tab of the Package Profile Editor. If you need to modify the default logging settings, usually at the request of a technical support representative, edit the logging.properties file. Any changes you make will affect the Unwired.log.x files and the Jaguar.log file. For complete information on each of the variables, see the comments in the file itself.

The file path for logging.properties:

<installation directory>\WorkSpace\DevRuntimes\EAServer\bin\logging.properties

Throughout the logging.properties, the configuration settings use the following set of logging levels:

Log Levels

LevelDescription

FINEST

(Most verbose) Use for debugging. Includes hex codes.

FINER

Use for debugging.

SEVERE

(Least verbose) This is the default for most settings unless you are debugging.

Note

Any changes to the logging.properties file require you to restart Unwired Orchestrator.

To change the setting for the Business Process Engine:

  1. Find the following lines in the logging.properties file:

    # UO's Business Process Engine logging uses JKD logging levels.

    com.sybase.bpe.level = <OLD_LEVEL>

    where <OLD_LEVEL> is the logging level.

  2. Replace these lines with the following:

    # UO's Business Process Engine logging uses JKD logging levels.

    #com.sybase.bpe.level = <OLD_LEVEL>

    com.sybase.bpe.engine.ProcessInstance.level = <NEW_LEVEL>

    where <NEW_LEVEL> is your new logging level.

  3. Save the logging.properties file, and restart Unwired Orchestrator, if necessary.

Troubleshooting

Profiling and Logging Perspective

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com