Skip to content

Conversation

burningalchemist
Copy link
Owner

This pull request includes a minor change to the logging level in the scanRow method of the query.go file. It adjusts the log level from Warn to Debug for cases where key, time, or value columns are NULL. This should reduce the amount of unnecessarily rendered logs.

  • query.go: Changed the log level from slog.Warn to slog.Debug for better granularity when logging NULL values in key, time, and value columns within the scanRow method.

@burningalchemist burningalchemist changed the title fix: move NULL messages under Debug log level refactor: move NULL messages under Debug log level Jul 16, 2025
@burningalchemist burningalchemist changed the title refactor: move NULL messages under Debug log level fix: move NULL messages under Debug log level Jul 16, 2025
@burningalchemist burningalchemist merged commit 928670c into master Jul 16, 2025
4 checks passed
@burningalchemist burningalchemist deleted the fix/nulldebug branch July 16, 2025 10:28
a-monteiro pushed a commit to duneanalytics/sql_exporter that referenced this pull request Jul 27, 2025
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.

1 participant