Skip to content

Commit

Permalink
[geonetwork] add a logger config for org.geonetwork.security.external…
Browse files Browse the repository at this point in the history
….integration (#407)

this way we cant see errors and warnings when sync fails...

(cherry picked from commit 02f9d0f)
  • Loading branch information
landryb committed Jun 27, 2024
1 parent 5b8662a commit f244320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geonetwork/log4j/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
<Logger name="org.springframework.security.ldap" level="error"/>
<Logger name="org.springframework.aop.framework.CglibAopProxy" level="error"/>

<!-- geOrchestra user/groups/roles synchronization -->
<Logger name="org.geonetwork.security.external.integration" level="warn"/>

<Logger name="com.k_int" level="error" additivity="false">
<AppenderRef ref="Console"/>
</Logger>
Expand Down

0 comments on commit f244320

Please sign in to comment.