You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by GitBox <gi...@apache.org> on 2019/01/29 17:43:37 UTC

[GitHub] jbertram commented on a change in pull request #2527: NO-JIRA add logging to LegacyLDAPSecuritySettingPlugin

jbertram commented on a change in pull request #2527: NO-JIRA add logging to LegacyLDAPSecuritySettingPlugin
URL: https://github.com/apache/activemq-artemis/pull/2527#discussion_r251942421
 
 

 ##########
 File path: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/LegacyLDAPSecuritySettingPlugin.java
 ##########
 @@ -303,6 +303,13 @@ private LegacyLDAPSecuritySettingPlugin populateSecurityRoles() {
 
       securityRoles = new HashMap<>();
       try {
+         if (logger.isDebugEnabled()) {
+            logger.debug("Performing LDAP search: " + destinationBase);
 
 Review comment:
   I had the same thought actually, but I wasn't sure if I was being too picky. I'll change it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services