SONARJAVA-6233 Add slf4j-simple to capture logs from the orchestrator#5551
SONARJAVA-6233 Add slf4j-simple to capture logs from the orchestrator#5551tomasz-tylenda-sonarsource merged 2 commits intomasterfrom
Conversation
da5ba46 to
ef4e444
Compare
SummaryAdds slf4j-simple binding to test dependencies to enable SLF4J logging from the orchestrator. Without an SLF4J implementation, the library defaults to a no-op logger that silently discards all logs. This change provides actual console output during test runs while keeping log volume reasonable (verified minimal growth in QA logs). What reviewers should knowWhat changed: Added slf4j-simple to Why this matters: Tests were missing orchestrator logs entirely because SLF4J had no implementation configured. slf4j-simple is a minimal, lightweight binding suitable for tests. Review focus: The changes are straightforward dependency additions. Note the version is already managed in the parent POM (1.7.30) for consistency with existing slf4j-api dependency. The author's testing confirms this doesn't cause log spam — the increase is negligible (~185 lines out of ~13k).
|
|





Tested: