[ https://issues.apache.org/jira/browse/SOLR-13286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gus Heck resolved SOLR-13286. ----------------------------- Fix Version/s: 8.6 Resolution: Fixed > Move Metrics handler and any other noisy admin logging to debug > --------------------------------------------------------------- > > Key: SOLR-13286 > URL: https://issues.apache.org/jira/browse/SOLR-13286 > Project: Solr > Issue Type: Improvement > Components: logging > Affects Versions: master (9.0) > Reporter: Gus Heck > Assignee: Gus Heck > Priority: Minor > Fix For: 8.6 > > Attachments: SOLR-13286.patch, SOLR-13286.patch > > > Lately when looking at log files I always find myself straining and squinting > to see things among a vast sea of metrics related logging. The problem > appears to be that the metrics system regularly issues /admin/ commands that > get logged at info by HttpSolrCall, so turning this down also means you can't > see any other admin commands, which is often what you're looking for in the > first place (ok what I'm often looking for at least :) ). I also recall > seeing a complaint about this on one of the lists at some point. > Attaching patch to log at an alternate level these based on the value of the > handler field in HttpSolrCall. Patch is untested and meant as fodder for > commentary and for suggestions of other handlers that might want to go on the > "noisy" list. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org