Log level details

Log level Description
0 Conveys high-level information about the general state of what is happening in the engine. Log messages at this level tend to be generic and lack specific values.

Examples:

  • Initializing Protocol Driver
  • Purging GRM object cache
  • Placing msg on Pre-xlate queue
1 Conveys information that is still at a high level, but more specific than level 0. Often contains specific values such as thread names, message metadata values, and so on.

Examples:

  • Processing msg using trxId '_HCI_static_route_'
  • xlatePlaceOnPartialQue: msgDestThread = "conn_1"
2 Provides a level of detail that gives insight regarding the logic that is happening in the engine.

Example:

SMAT "conn_1_ib" already exists, checking format for consistency Reading first line of index file: Unable to read because the file is locked. No timer event returned. Go back to scheduler.
3 Provides detailed information about the logical state of the engine or contains specific values for a particular message.