On Tue, Oct 15, 2013 at 3:46 AM, Per Steffensen <[email protected]> wrote: > Is it deliberate that SolrException.log is not used everywhere in the code > where we log exceptions (Throwables)? Why? Or is it just by accident?
One problem with SolrException.log is that the logger uses that as the class and method name (assuming those are logged). Perhaps we would be better off tackling customizations at the logger level? -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
