Branch: refs/heads/XWIKI-24665-log-levels Home: https://github.com/xwiki/xwiki-commons Commit: 472322d23a9a6544debfe0ffd920f06d45d5bbe1 https://github.com/xwiki/xwiki-commons/commit/472322d23a9a6544debfe0ffd920f0... Author: Vincent Massol <[email protected]> Date: 2026-08-07 (Fri, 07 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-diff/xwiki-commons-diff-api/src/main/java/org/xwiki/diff/internal/DefaultDiffManager.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/internal/installed/AbstractInstalledExtensionRepository.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/DefaultGroupedJobInitializerManager.java M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-local/src/main/java/org/xwiki/observation/internal/ObservationContextListener.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/DefaultHTMLElementSanitizer.java Log Message: ----------- XWIKI-24665: Apply the logging best practices across commons, rendering and platform * Revert the six log level changes the sweep made in commons, since the levels it chose were never agreed and the original ones were deliberate: DefaultDiffManager back to info, and AbstractInstalledExtensionRepository, DefaultGroupedJobInitializerManager, ObservationContextListener and DefaultHTMLElementSanitizer (twice) back to error * Keep the message improvements of those same statements, which nobody objected to, so only the level changes back: DefaultGroupedJobInitializerManager still states that it falls back to the default initializer, and DefaultDiffManager still names the start and the end offset separately Co-authored-by: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications