Skip to content

Make noisy solr request logs DEBUG level#11701

Merged
mekarpeles merged 1 commit intomasterfrom
fix/solr-logging
Jan 26, 2026
Merged

Make noisy solr request logs DEBUG level#11701
mekarpeles merged 1 commit intomasterfrom
fix/solr-logging

Conversation

@cdrini
Copy link
Collaborator

@cdrini cdrini commented Jan 17, 2026

These logs are so frequent that they prevent us from turning on sentry's new logging features. They're not super necessary anymore since sentry gives us network request tracking, so drop them down to DEBUG level.

Technical

Testing

Screenshot

Stakeholders

@scottbarnes

Copilot AI review requested due to automatic review settings January 17, 2026 15:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request reduces log verbosity by changing Solr request logging from INFO to DEBUG level. The PR addresses excessive logging that interferes with Sentry's logging features, particularly since Sentry already provides network request tracking.

Changes:

  • Updated all Solr request logging statements from logger.info() to logger.debug()

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mekarpeles mekarpeles merged commit b57834c into master Jan 26, 2026
14 checks passed
@mekarpeles mekarpeles deleted the fix/solr-logging branch January 26, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants