Changing the Trace Level

You can modify the level of tracing by changing the value of the sas.ep.server.trace.level property in the ep-config.xml file. The default value is 4 (TRACE_NOTE).
<property>
   <name>sas.ep.server.trace.level</name>
   <value>trace-level</value>
</property>
The trace-level represents the level of trace that is produced by the SAS Embedded Process. trace-level can be one of the following values:
0
TRACE_OFF
1
TRACE_FATAL
2
TRACE_ERROR
3
TRACE_WARN
4
TRACE_NOTE
5
TRACE_INFO
10
TRACE_ALL
Note: When using SAS Embedded Process with SAS High Performance Analytics (HPA), tracing requires that an /opt/SAS directory exist on every node of the cluster where the SAS Embedded Process is installed. If the folder does not exist or does not have Write permission, the SAS Embedded Process job fails.
Last updated: February 9, 2017