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