<div dir="ltr"><div>Hi, I'm writing a custom appender that has a configuration similar to:</div><div><br></div><div><appender name = "myAppender" class = "com.my.Appender"></div><div> <config class="com.my.Config"></div>
<div> <capacity>128</capacity></div><div> </config></div><div></appender><br></div><div><br></div><div>When I test it, I have the following error:</div><div><br></div><div><div>20:19:40,527 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@41:32 - no applicable action for [capacity], current ElementPath is [[configuration][appender][config][capacity]]</div>
</div><div><br></div><div>So config is properly handled whereas nested properties are not, how can I enable it?</div><div><br></div><div>Thank you,</div><div>Luca</div><div><br></div></div>