Extended Debug WUI Options
- Last Updated: January 9, 2026
- 3 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
This Extended L7 debug option allows additional logging capabilities that enables debug logging on a per-VS level and a further option to limit the logging by specifying the client IP address. All logs associated with this feature are recorded in the system messages file messages.txt.

Enable Extended L7 Debug
System Configuration > Logging Options > System Log Files > Debug Options
Enabling Enable Extended L7 Debug option may be needed when performing extensive testing.
Once the Enable Extended L7 Debug option is enabled, a Process Debug button appears. Clicking Process Debug displays the list of processes and the debug level.
By default, the generated logs cannot be exported from the device. The user has to sanitize the logs before providing them externally. Logs should only be enabled for debug purposes and disabled immediately after. Logs should be removed from the LoadMaster as soon as possible when the debugging is completed.
When extended debugging is enabled, an additional Extended Debug configuration item becomes available in the Virtual Service modify screen (Virtual Services > View/Modify Services > Modify) for all VSs. When using Sub-Virtual Services (SubVSs), the Extended Debug settings are also inherited by the SubVS, so that a single call can be logged in its entirety. It is also possible to enable debug on a single SubVS if required.

When Enable Extended L7 Debug is set, the Extended Debug options are available when configuring or modifying a VS. The options available are:
- L7 Debug Level: There are currently four levels available; No Debug, Call Tracing, Full Debug, and Full Debug + HTTP Headers. Call Tracing is a basic level log that displays most relevant operations, while Full Debug displays all available debug logs, which is the same as the global setting of Enable L7 Debug Traces but on a per-VS level.
- Client To Trace: It is also possible to limit the debug information even further by specifying a client IP address (you can specify an IPv4 or IPv6 address). If an address is specified, only connections coming from that specific client IP are logged/traced. This allows debugging capability from a single address.