Log Severity Levels

Oracle BPM allows you to define logging levels to specify the level of detail of the information stored in the Oracle BPM logs.
Log Level Description
Fatal Specifies a serious error that may cause the application to fail.
Severe Specifies a serious error that may or may not cause the application to fail.
Warning Specifies a potentially harmful situation but generally does not pose a threat to the stability of an application.
Info Specifies informational messages that highlight the progress of the application at a high level. These can include:
  • Changes in the engine state, including: start, stop, and restart.
  • Changes in state of engine services.
  • Changes in engine properties.
  • Changes in the state of a process deployed on the engine, including: startup, deployment, redeployment, and deprecation.
  • Actions of participants
  • Work executed by the engine automatically.
Debug Specifies informational messages that highlight the process instances at a lower level. These can include:
  • Tracing a process instance, including: instance creation, changing activities, routing, and locks.
  • Changes in the state of an instance, including: running, selection, activity completion, and exceptions.
  • Actions on a process, including: executing a task, executing an activity, and executing a ToDo Item.