Skip to content

Commit

Permalink
Revert log line to debug (apache#16565)
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish authored Jun 6, 2024
1 parent e4f59e0 commit 423c91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ public Set<SegmentId> refreshSegmentsForDataSource(final String dataSource, fina
log.warn("Got analysis for segment [%s] we didn't ask for, ignoring.", analysis.getId());
} else {
final RowSignature rowSignature = analysisToRowSignature(analysis);
log.info("Segment[%s] has signature[%s].", segmentId, rowSignature);
log.debug("Segment[%s] has signature[%s].", segmentId, rowSignature);

if (segmentMetadataQueryResultHandler(dataSource, segmentId, rowSignature, analysis)) {
retVal.add(segmentId);
Expand Down

0 comments on commit 423c91f

Please sign in to comment.