Removing all config files with nothing in META-INF/services/ch.qos.logback.classic.spi.Configurator, should result in logback defaulting to BasicConfigurator with total cost of logback to application start up time of approx. 50 milliseconds
If you need a configuration other than that provided by BasicConfigurator, then write your own configurator possibly based on BasicConfigurator.
|