Merge "NotificationCleanupConfig.java - Fixed sonar issue"
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / service / UserRolesCommonServiceImpl.java
index e3ce07f..2eb7c94 100644 (file)
@@ -887,7 +887,8 @@ public class UserRolesCommonServiceImpl  {
                                                        addRemoteUser(roleInAppForUserList, userId, app, mapper, searchService,
                                                                        applicationsRestClientService);
                                                } catch (Exception e) {
-                                                       logger.debug(EELFLoggerDelegate.debugLogger, e.getMessage());
+                                                       String message=e.getMessage();
+                                                       logger.error(EELFLoggerDelegate.errorLogger, message, e);
                                                }
                                        }