I am using Spring Boot and want to completely disable the automatic logging configuration and use SLF4J and logback directly instead.
I've tried the following:
@EnableAutoConfiguration(exclude={LoggingApplicationListener.class})
Which didn't work. Is there a way to completely disable the spring boot logging configuration?
Aucun commentaire:
Enregistrer un commentaire