Is it possible to enable debug logging for the PagerDuty cartridge?
To enable debug for the PagerDuty cartridge complete the following steps:
[FMS_HOME]/config/log4j.xml configuration file.[FMS_HOME]/config/log4j.xml similar to the entry for <Logger name="com.quest" level="debug" additivity="false">.
<Logger name="com.dell" level="debug" additivity="false">
<AppenderRef ref="BRIDGE-DEBUG"/>
</Logger>
Example:

[FMS_HOME]/config/log.config configuration file[FMS_HOME]/config/log.config
Target.PAGERDUTY.includedCategories = ClassList(
include "com.dell.dsi.pagerDuty"
);
Target.PAGERDUTY.threshold = "DEBUG";
Target.PAGERDUTY.compressOnRollover = true;
PAGERDUTY* file under the [FMS_HOME]/logs directory if step (3) completed.