Gus Heck created SOLR-13286:
-------------------------------

             Summary: 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
      Security Level: Public (Default Security Level. Issues are Public)
          Components: logging
    Affects Versions: master (9.0)
            Reporter: Gus Heck


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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to