Configuring Mobile Workflow Tracing

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.

  1. Open <UnwiredPlatform_InstallDir>\UnwiredPlatform-XX\Servers\MessagingServer\Data\TraceConfig.xml.
  2. Find the WorkflowClient module section:
    <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
  3. Save the file.
  4. Restart the server for the changes to take effect.