Skip to content
Snippets Groups Projects
Commit 2794a880 authored by Brian Major's avatar Brian Major
Browse files

ac2 - put log message back at debug level

parent 301dd27a
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ public class LdapConfig ...@@ -128,7 +128,7 @@ public class LdapConfig
public static LdapConfig getLdapConfig(final String ldapProperties) public static LdapConfig getLdapConfig(final String ldapProperties)
{ {
logger.info("Reading LDAP properties from: " + ldapProperties); logger.debug("Reading LDAP properties from: " + ldapProperties);
PropertiesReader pr = new PropertiesReader(ldapProperties); PropertiesReader pr = new PropertiesReader(ldapProperties);
MultiValuedProperties config = pr.getAllProperties(); MultiValuedProperties config = pr.getAllProperties();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment