We can replace the logback-spring.xml content with logging configuration: https://docs.spring.io/spring-boot/docs/2.6.5/reference/html/features.html#features.logging
The XML file can still be used for more advanced customizations, but the basic stuff can be done in the configuration.
@nidabouzid what do you think?