georchestra / datadir

geOrchestra configuration directory for generic wars & Debian packages (eg: /etc/georchestra)
7 stars 32 forks source link

add a logger config for org.geonetwork.security.external.integration #407

Closed landryb closed 3 months ago

landryb commented 3 months ago

this way we can see errors and warnings when sync fails... otherwise the errors are just silently dropped.

witnessed on demo.geor where we didnt understand why sync wasnt working, those messages were not logged....

2024-06-27T09:15:52,763 WARN  [org.geonetwork.security.external.integration] - Synchronization failed, retrying in 10 SECONDS.
org.springframework.dao.InvalidDataAccessApiUsageException: The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!

needs backport to 24.0 branch

github-actions[bot] commented 3 months ago

💚 All backports created successfully

Status Branch Result
✅ 24.0
✅ docker-24.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details