I think that's an unnecessary log message. It's just saying that it looked for a builder but didn't find any. It's more important to know if it tried to find a factory and still didn't find it.
On 4 June 2014 08:59, Gary Gregory <[email protected]> wrote: > When I run a build, I see messages like: > > 2014-06-04 09:57:48,827 DEBUG No compatible method annotated with > interface org.apache.logging.log4j.core.config.plugins.PluginBuilderFactory > found in class class org.apache.logging.log4j.core.config.LoggersPlugin. > > Is that normal? Will that go away with the type converter rework? > > Gary > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- Matt Sicker <[email protected]>
