Hello,

is there a way to include files in the logback configuration file using a wildcard match?

For example:
<include file="/src/main/java/chapters/configuration/*-includedConfig.xml"/>
The requirement would be than to read all files matching the *-includeConfig.xml pattern.

Is there a way to configure this, or, if not, can anyone give me a starting point to extend the library with custom code for this?

Best regards, Dirk