This article outlines the steps to enable debug-level logging for the UIMAPI probe in DX UIM. Increasing the logging verbosity helps troubleshoot issues by adding UIMAPI calls to the logs.
Default logging levels for the UIMAPI (wasp probe) are often set to 'info' or 'error', which may suppress successful request details. Changing the log4j2 configuration to 'all' or 'trace' provides the necessary visibility for debugging API calls.
To enable debug logging for UIMAPI, follow these steps:
<!-- Logger Levels: all, trace, debug, info, warn, error, fatal, off -->
<Loggers>
<Root level="error" additivity="false">
<AppenderRef ref="ProbeFile"/>
</Root>
<!-- Logger Levels: all, trace, debug, info, warn, error, fatal, off -->
<Loggers>
<Root level="all" additivity="false">
<AppenderRef ref="ProbeFile"/>
</Root>
For general UIMAPI deployment and configuration, refer to Knowledge Article 265883: UIMAPI deployment and configuration
To speak with a customer representative or a Support Engineer see Contact Support. Scroll to the bottom of the page and click on your respective region.