The ConfigureLoggerLevel recipe uses a hardcoded filename pattern (`**/logback.xml`). Sometimes the configuration does not match that pattern. For example, we use "logback-spring.xml" as described in [Configure Logback for Logging](https://docs.spring.io/spring-boot/how-to/logging.html#howto.logging.logback). The recipe should have a parameter for the filename pattern so it can be used for all logback configs.