- Add base of support using spring security to protect events, transitions and actions. - Fixes #114
8 lines
218 B
XML
8 lines
218 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
|
|
<include resource="org/springframework/boot/logging/logback/base.xml"/>
|
|
|
|
<logger name="org.springframework.statemachine" level="TRACE"/>
|
|
|
|
</configuration> |