Currently the logging pattern for Solr's log4j config contains "%c{1.}".When the logger is "org.apache.solr.core.SolrCore.Request" the log contains "o.a.s.c.S.Request". I would like it to contain "o.a.s.c.SolrCore.Request" instead. When I change the precision specifier to "2.", "2.1", or "1.2", I get "or.ap.so.co.So.Request". That's more information, but isn't what I'm after.
The log4j version is 2.11.0. Is it possible to achieve what I'm after with what exists now? If not, should I open a new issue?
Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
