You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/11/23 23:04:00 UTC

[jira] [Commented] (SOLR-12193) Move some log messages to TRACE level

    [ https://issues.apache.org/jira/browse/SOLR-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980904#comment-16980904 ] 

ASF subversion and git services commented on SOLR-12193:
--------------------------------------------------------

Commit d809bc27f1b5cd6d97e0bfe688c99d481bc42d39 in lucene-solr's branch refs/heads/master from Jan Høydahl
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=d809bc2 ]

SOLR-12193: Move some log messages to TRACE level, remove some dead code


> Move some log messages to TRACE level
> -------------------------------------
>
>                 Key: SOLR-12193
>                 URL: https://issues.apache.org/jira/browse/SOLR-12193
>             Project: Solr
>          Issue Type: Improvement
>          Components: logging
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>            Priority: Major
>              Labels: newbie, newdev
>             Fix For: 8.1, master (9.0)
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> One example of a wasteful DEBUG log which could be moved to TRACE level is:
> {noformat}
> $ solr start -f -v
> 2018-04-05 22:46:14.488 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
> 2018-04-05 22:46:14.574 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/@coreLoadThreads
> 2018-04-05 22:46:14.577 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/@persistent
> 2018-04-05 22:46:14.579 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/@sharedLib
> 2018-04-05 22:46:14.581 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/@zkHost
> 2018-04-05 22:46:14.583 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/cores
> 2018-04-05 22:46:14.605 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/transientCoreCacheFactory
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/metrics/suppliers/counter
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/metrics/suppliers/meter
> 2018-04-05 22:46:14.611 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/metrics/suppliers/timer
> 2018-04-05 22:46:14.612 DEBUG (main) [   ] o.a.s.c.Config null missing optional solr/metrics/suppliers/histogram
> 201
> {noformat}
> There are probably other examples as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org