Set the tracing level for mobile workflow client applications. When mobile workflow tracing is enabled, messages appear as .txt files in <UnwiredPlatform_InstallDir>\UnwiredPlatform\Servers\UnwiredServer\logs\WorkflowClient.
- Open <UnwiredPlatform_InstallDir>\UnwiredPlatform-XX\Servers\MessagingServer\Data\TraceConfig.xml.
 
- After the last line in the <TraceConfig> section, add:
 <Module Name="WorkflowClient" Level="<traceLevel>" Desc="<myWorkflowDescription>" />
These are the available trace levels:
 
| Level | 
Messages logged | 
| All | 
Complete system information | 
| Trace | 
                            Finer-grained informational events than debug | 
| Debug | 
Very fine-grained system information, warnings, and all errors | 
| Info | 
General system information, warnings, and all errors | 
| Warn | 
Warnings and all errors | 
| Error | 
Errors only | 
| Off | 
Do not record any messages | 
 
- Save the file.
 
- Restart the server for the changes to take effect.