Add the Stacktrace into the Log
[holmes/engine-management.git] / engine-d / src / main / java / org / onap / holmes / engine / dcae / DcaeConfigurationPolling.java
index 01a98a4..1b774d8 100644 (file)
@@ -51,7 +51,7 @@ public class DcaeConfigurationPolling implements Runnable {
             }
             prevConfigMd5 = md5;
         } catch (CorrelationException e) {
-            log.error("Failed to poll the DCAE configurations. " + e.getMessage());
+            log.error("Failed to poll the DCAE configurations. " + e.getMessage(), e);
         } catch (JsonProcessingException e) {
             log.info("Failed to generate the MD5 information for new configurations.", e);
         }