Deliver centralized role management feature
[portal.git] / ecomp-portal-widget-ms / widget-ms / src / main / java / org / openecomp / portalapp / widget / controller / WidgetsCatalogController.java
@@ -143,7 +143,7 @@ public class WidgetsCatalogController {
                        }
                        
                } catch (Exception e) {
-                       logger.error("Exception occurred while performing WidgetsCatalogController.saveWidgetCatalog in widget microservices. Details:" + e.getMessage());
+                       logger.error("Exception occurred while performing WidgetsCatalogController.saveWidgetCatalog in widget microservices. Details:", e);
                }
                return respond;
        }