adityamparikh opened a new pull request, #110: URL: https://github.com/apache/solr-mcp/pull/110
## Summary - Add SLF4J loggers to `CollectionService`, `IndexingService`, `SchemaService`, `SearchService`, and `JsonUtils` - Log exceptions in all catch blocks instead of silently swallowing them - Use appropriate log levels: `error` for operational failures, `warn` for recoverable issues, `debug` for expected conditions (Solr 10 metrics unavailability, individual doc failures) - Safe for STDIO mode: logback-spring.xml already suppresses console logging in the stdio profile ## Test plan - [x] `./gradlew build` passes - [x] `./gradlew nativeTest -Pnative` passes (119/119 tests) - [x] STDIO mode unaffected (logging suppressed by logback config) - [x] No regressions 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
