Useful sample for common use case where user adds custom Authentication, a form login, *and* global method security all the the same application.
7 lines
270 B
XML
7 lines
270 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<include resource="org/springframework/boot/logging/logback/base.xml"/>
|
|
<!-- logger name="org.springframework.boot" level="DEBUG"/-->
|
|
<logger name="org.springframework.security" level="DEBUG"/>
|
|
</configuration>
|