To configure Net.Data for tracing, you need to set configuration variables to specify where the trace log is stored and what level of trace data Net.Data needs to capture.
The name of the trace log is netdata.trace. Use the DTW_TRACE_LOG_DIR configuration variable to specify the directory in which the trace file is stored.
Syntax:
DTW_TRACE_LOG_DIR [=] full directory path
Example:
DTW_TRACE_LOG_DIR /usr/lpp/internet/server_root/logs
Determine the level of tracing that Net.Data logs by setting the value of the configuration variable, DTW_TRACE_LOG_LEVEL.
Syntax:
DTW_TRACE_LOG_LEVEL [=] OFF|APPLICATION|SERVICE
Where:
Example:
DTW_TRACE_LOG_LEVEL SERVICE