nosql.traceLevel property

Sets the level of detail for the trace output. You must specify this property together with the nosql.traceFile property.

Values

Values are as follows. They are specified in order of lowest detail level to highest detail level.
OFF
Specifies that logging is turned off.
SEVERE
Specifies that only severe problems are logged. This level indicates a serious failure.
WARNING
Specifies that potential problems are logged.
INFO
Specifies that informational messages are logged. For the NoSQL JSON API, if this level is chosen, most traceable messages are displayed. The following levels of granularity are supported:
CONFIG
Specifies that static configuration are logged.
FINE
Specifies that basic tracing messages are logged.
FINER
Specifies that detailed tracing messages are logged.
FINEST
Specifies that highly detailed tracing messages are logged.
ALL
Indicates that all messages are logged.

Default

OFF

Example

Set the trace level to ALL:
nosql.traceLevel=ALL