Added Some Debugging Logs
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / dmaap / DmaapService.java
index f29f1d9..7e33bf9 100644 (file)
@@ -71,7 +71,8 @@ public class DmaapService {
         } catch (CorrelationException e) {
             log.error("Failed to publish the control loop event to DMaaP", e);
         } catch (NullPointerException e) {
-            log.error("DMaaP configurations do not exist!");
+            log.error(String.format("DMaaP configurations do not exist!\n DCAE Configurations: \n %s",
+                    DcaeConfigurationsCache.getDcaeConfigurations()), e);
         }
     }