Middleware Tracing settings
- Last UpdatedOct 23, 2024
- 1 minute read
File Name
The name of the file to log the trace.
File Path
The location to save the log file.
Include SP Parameter Values While Logging
The frequency of including SP parameter values while logging. Selecting this option logs all the parameter values and the stored procedure calls in an output file.
Log Source Type
The file type to log the .NET middleware calls.
Log XML Input
Specifies whether to log the XML input source based on the configuration settings.
Log XML Result
Specifies whether to log the XML results based on the configuration settings.
Trace MES MWCalls
Specifies whether to trace the middleware calls of the MES application.
This property degrades the performance of the application. Only enable this property while analyzing an issue.
Trace Specific Commands Only
Specifies whether the .NET middleware must trace all the MES calls.
Wait Time Between Each Log Writes
The wait time in seconds between each log write. The middleware waits for the specified x seconds before each log write. If you specify the value as 0, the middleware logs the result immediately.
XML Request Type To Trace
The XML type to trace. If you specify All, all types of requests are traced. For example, Data retrievals through GetDS and DataWrites through ExecCommand.