The config class has the following property accessors:
public void setIndexFileCapacity(int indexFileCapacity) {
config.indexFileCapacity(indexFileCapacity);
}
public int getIndexFileCapacity() {
return config.indexFileCapacity();
}
<appender name = "CONFIG-INDEXED-CHRONICLE"
class = "net.openhft.chronicle.logger.logback.BinaryIndexedChronicleAppender">
<path>${java.io.tmpdir}/chronology-logback/config-indexed-chronicle</path>
<formatMessage>false</formatMessage>
<includeCallerData>false</includeCallerData>
<includeMappedDiagnosticContext>false</includeMappedDiagnosticContext>
<config class="net.openhft.chronicle.logger.IndexedLogAppenderConfig">
<indexFileCapacity>128</indexFileCapacity>
</config>
</appender>
13:10:57,943 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@41:32 - no applicable action for [indexFileCapacity], current ElementPath is [[configuration][appender][config][indexFileCapacity]]