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

Hoss Man commented on SOLR-4547:
--------------------------------

I think the crux of the issue is that some objects are kind of verbose in their 
toString, so when they are referred to in the log messages ... boom.

-0 on making these toString messages less verbose, because i do think those are 
handy in some cases, but +1 to making hte INFO messages less verbose (probably 
by eliminating these objects from them messages) and adding subsequent debug 
messages that have all the details


                
> Commit logging - move index filenames to DEBUG.
> -----------------------------------------------
>
>                 Key: SOLR-4547
>                 URL: https://issues.apache.org/jira/browse/SOLR-4547
>             Project: Solr
>          Issue Type: Improvement
>          Components: update
>    Affects Versions: 4.1
>            Reporter: Shawn Heisey
>             Fix For: 5.0, 4.3
>
>         Attachments: solr-4547-insanity.txt
>
>
> When an index commit is done (at least with MMap/NRT, haven't checked other 
> Directory implementations), all of the filenames in the index are logged 
> three times at INFO.  I think the information has value to someone if they 
> are debugging, but not to most users.
> I propose that we move this part of the log to DEBUG and provide text that 
> allows the person/program viewing the log to link the smaller INFO log entry 
> with the new one, probably the directory path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to