Skip to content

Commit

Permalink
Closes kadai-io#32 - Log only if debug level enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
CRoberto1926 committed Oct 10, 2024
1 parent 2ad0d29 commit 2581fd0
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
@Component
public class LdapClient {

private static final Logger LOGGER = LoggerFactory.getLogger(LdapClient.class);
private static final Logger LOGGER =
new LdapClientLogger(LoggerFactory.getLogger(LdapClient.class));
private static final String CN = "cn";

private final KadaiConfiguration kadaiConfiguration;
Expand Down
Loading

0 comments on commit 2581fd0

Please sign in to comment.