Runtime tools : Runtime Tools : Trace Facility : Tasks : How to enable the functional trace
  
How to enable the functional trace
There are two different types of traces that can be generated by the UDTT runtime environment: one for technical developers that contains full information and exception track, and another for functional developers that is easier to understand and easier to use.
In the Trace configuration, you can use the following setting to specify whether the technical trace or the functional trace is used. If the enableTechnicalTraces field is set to true, the technical trace is enabled. If the enableTechnicalTraces field is set to false, the functional trace is enabled.
<field id="enableTechnicalTraces" value="false"
description="Adapt traces to functional developer (if false) or technical developer (if true). Defaults to true." />
Go up to
Tasks