Runtime Message Tracing (TraceConfig.xml) Configuration File

Enables message tracing for various system components, and sets the tracing level. This file is located in <UnwiredPlatform_InstallDir>\Servers\MessagingServer\Data

The syntax is:
<TraceConfig>
			<Dir>\...UnwiredServer\logs</Dir>
			<Module Name="<moduleName>" Level="<traceLevel>" Desc="<moduleDescription>" />
			...
</TraceConfig>

The <Dir> property indicates the directory where tracing messages are stored when component tracing is enabled. The default location is <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\logs\<moduleName>. Messages for each module are stored as .txt files in the corresponding folder.

The configurable properties are:
  • Module name – the name of the system component.
  • Level – the tracing level:
    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 None
  • Desc – a unique identifying description for the module.