[ 
https://issues.apache.org/jira/browse/SOLR-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Drob updated SOLR-8325:
----------------------------
    Attachment: SOLR-8325.patch

Attaching a patch against trunk. This patch does not rename any loggers, it 
only adjusts the declaring modifiers.

I suspect that it will become stale quickly, so I will attempt to rebase it as 
needed until committed.

> Declare loggers as private static final
> ---------------------------------------
>
>                 Key: SOLR-8325
>                 URL: https://issues.apache.org/jira/browse/SOLR-8325
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Mike Drob
>             Fix For: Trunk
>
>         Attachments: SOLR-8325.patch
>
>
> This will touch a lot of class files, but shouldn't affect more than a single 
> declaration in each. If a logger ends up being used outside of its declaring 
> class, then it will be easiest to expand the visibility on it for now.
> Non-PSF loggers will be targeted in future improvements.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to