Merge "Fix sonar issues"
[portal.git] / portal-BE / src / main / java / org / onap / portal / controller / WidgetMSController.java
index b943482..ab1b280 100644 (file)
@@ -74,7 +74,7 @@ public class WidgetMSController {
                                        widgetMService.getServiceLocation(service, null));
                }
                 catch (Exception e) {
-                       logger.error(EELFLoggerDelegate.errorLogger, "Couldn't get the service location");
+                       logger.error(EELFLoggerDelegate.errorLogger, "Couldn't get the service location", e);
                        return new PortalRestResponse<>(PortalRestStatusEnum.ERROR, "Error!",
                                        "Couldn't get the service location");