Skip to content

Commit

Permalink
Updated log4j2-dev -> increase log level for ldap.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeryNi committed Jul 25, 2024
1 parent 127d63b commit 65513b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main/webapp/WEB-INF/classes/log4j2-dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</Logger>
<Logger name="org.springframework.beans" level="debug"/>
<Logger name="org.springframework.security" level="debug"/>
<Logger name="org.springframework.security.ldap" level="warn"/>
<Logger name="org.springframework.security.ldap" level="trace"/>
<Logger name="org.springframework.aop.framework.CglibAopProxy" level="error"/>

<Logger name="com.k_int" level="warn" additivity="false">
Expand Down

0 comments on commit 65513b5

Please sign in to comment.