epugh opened a new pull request, #3910: URL: https://github.com/apache/solr/pull/3910
https://issues.apache.org/jira/browse/SOLR-11373 # Description Writing to this logger is now controlled by the infoStream property in solrconfig.xml. # Solution Stumbled across this when investigating https://issues.apache.org/jira/browse/SOLR-10488. I believe that having a noop InfoStream, which is what you get when it's set to False, means that having the async logger at info won't matter. I don't know why we decided to not have it write to it's own file... # Tests Should we add a .bats test? I tested manually with a configset with infoStream and one without being enabled. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
