dsyer/spring-boot-allocations

why does the option "Logback: use slf4j-jdk14 instead" make app faster?

exceptionplayer opened this issue · 2 comments

why does the option "Logback: use slf4j-jdk14 instead" make app faster?

I think Dave's point about using slf4j-jdk14 instead of spring-boot-starter-logging it to make application classloader as smaller as possible, and as a consequence, making application starts up faster.

I think Dave's point about using slf4j-jdk14 instead of spring-boot-starter-logging it to make application classloader as smaller as possible, and as a consequence, making application starts up faster.

Sounds reasonable, thanks~