On 12 November 2011 20:26, Florian Semm <[email protected]> wrote: > i have ran some unit-tests with an incomplete xml-config. so how exact > should be an configuration-error? > > my appender config looks like this: > > <appender name="default" /> > > there is no class attribute or layout option. should all this missing > options trigger an error?
It should trigger an error (E_USER_WARNING) and discard the incomplete appender config. Do you get an error? I will try it out a bit later. Getting some dinner now. Regards, Ivan
