Christine Poerschke created SOLR-10958:
------------------------------------------

             Summary: avoid (and eventually disallow?) empty message when 
logging exception
                 Key: SOLR-10958
                 URL: https://issues.apache.org/jira/browse/SOLR-10958
             Project: Solr
          Issue Type: Task
            Reporter: Christine Poerschke
            Priority: Minor


{code}
git grep -i 'log.warn("",' | wc -l
{code}
and/or
{code}
git grep -i 'log.error("",' | wc -l
{code}
find a couple of dozen places that would need changing, one of them in 
_ZkIndexSchemaReader.java_ as spotted by [~thetaphi] in SOLR-10506.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to