nosql.traceFile property
Specifies the name of a trace file that your program has permission to write to.
You can also configure NoSQL API tracing or logging by using the java.util.logging class. If you turn on logging in both an application and in the properties file, the log is written to both places. In general, logging has a performance cost.
Default
Null (no tracing)
Example
Set the name of the trace file to /tmp/nosql.text:
nosql.traceFile=/tmp/nosql.txt