Skip to content

Commit

Permalink
decreasing logging #3900
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 26, 2017
1 parent 6fcd1ce commit aab5f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ public SolrQueryResponse search(DataverseRequest dataverseRequest, Dataverse dat
solrQueryResponse.setFilterQueriesActual(actualFilterQueries);
} else {
// how often is this null?
logger.info("solrQuery.getFilterQueries() was null");
logger.fine("solrQuery.getFilterQueries() was null");
}

solrQueryResponse.setDvObjectCounts(queryResponse.getFacetField("dvObjectType"));
Expand Down

0 comments on commit aab5f12

Please sign in to comment.