Troubleshooting LMDX Implementation

Last updated on 03 September, 2024

The LogicMonitor Data Exchange (LMDX) application integrates Edwin AI with your ServiceNow instances. For more information, see About LMDX. This article provides guidance when debugging your LMDX implementation.

Debugging Properties

LMDX has a set of system properties that lets you turn on debugging messages for specific areas. You can find all debugging properties in ServiceNow under Developer Debug.

LMDX debug properties page

The following table lists available debugging properties.

Property NameDescription
x_lomo_dx.inbound.logLevelInbound HTTP requests.
x_lomo_dx.payload.inbound.logLevelInbound payload processing.
x_lomo_dx.coalesce.logLevelTransform map coalescing.
x_lomo_dx.internal.logLevelServiceNow application configuration, for example reference qualifiers and client scripts.
x_lomo_dx.payload.outbound.logLevelOutbound payload processing.
x_lomo_dx.outbound.auth.logLevelEdwin AI authentication.
x_lomo_dx.outbound.logLevelOutbound HTTP requests.
x_lomo_dx.debugOverall debug switch. Only use this if you are unsure of which area is causing errors.
x_lomo_dx.outbound.snErrorCheckUsed to toggle SN outbound HTTP request error checking. Do not turn on if outboundPayload records are being updated with error responses from Edwin AI.
LMDX configuration page
In This Article