Hi all,

in a test case using DropwizardTestSupport, I'd like to add an appender to 
logging.appenders of an existing settings.yaml, but I can't figure out a 
way to do it. If I'd been reconfiguring an existing appender, I could have 
used logging.appenders[0].type, but there is currently only one appender, 
and I'd like to add a second one, and suppying a ConfigOverride for 
logging.appenders[1].type results in 
an java.lang.ArrayIndexOutOfBoundsException ("Unable to override 
logging.appenders[1].type; index is greater than size of array.").
Is there a way of doing this, or is the functionality simply missing?

Best Regards
Magnus Reftel

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dropwizard-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to