isesbocchio.jasypt-spring-boot-demo-custom-encryptor.1.5.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jasypt-spring-boot-demo-custom-encryptor Show documentation
Show all versions of jasypt-spring-boot-demo-custom-encryptor Show documentation
Jasypt Spring Boot Simple Demo with Starter Ja and Custom Encryptor
<?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/base.xml"/> <logger name="org.springframework.context.annotation.ConfigurationClassEnhancer" level="ERROR"/> <logger name="com.ulisesbocchio.jasyptspringboot" level="ALL"/> </configuration>