Document toolboxDocument toolbox

14.1 sp420_trace_levels

Defines trace levels that can be in effect in the ServiceOptimizer diagnostic logs. 


These trace levels are combined in trace masks (see sp412_trace_masks).


 

Table Definition

Field
Type
Default
Nullable
namevarchar2(20) (error)
descriptionvarchar2(100) (tick)
trace_levelnumber(9) (error)

Keys

primary key (trace_level) 
unique (name)

Column Descriptions

FieldDescription
nameUnique name for the trace level. This is included in each diagnostic log message. 
descriptionTextual description of the trace level. 
trace_levelNumeric identifier for the trace level. When combined in a bit mask, this is the bit number where trace_level 0 is the lowest bit. 

 

Preloaded values

NameDescriptionTrace LevelEquivalent Bit Value
FATAL_ERRORUnrecoverable error: process will terminate00x1
UNEXPECTED_ERRORUnexpected but recoverable condition requiring investigation10x2
EXPECTED_ERRORExpected, recoverable conditions that cause an operation to fail20x4
WARNINGExpected, recoverable conditions that may require investigation30x8
INFORMATIONProgress messages40x10
DEBUG1Advisory diagnostic progress messages60x40
DEBUG2Detailed diagnostic progress messages70x80
DEBUG3Technical, low-level diagnostic progress messages80x100
PROTOCOLIncoming and outgoing messages90x200
HEARTBEATIncoming and outgoing heartbeat messages 100x400
ABS_SEARCHABS search processing110x800
SOAPSOAP API processing in API Agent120x1000
OPTIMIZEROptimizer processing130x2000
DATABASEDatabase query140x4000
DEPENDENCIESABS dependency group processing150x8000

Selecting ALL tracing can be achieved by using a trace_level of 0x1FFFF

 

Other values (not preloaded)

NameDescriptionTrace LevelEquivalent Bit Value
DUMPDetailed diagnostic messages about Job layout - for use by Server Developers/Testers160x10000
RTTP2PDiagnostic messages for P2P and RTT travel time update systems170x20000