Addition of dynamic http authorization based on particular http operations
[aaa.git] / aaa-shiro / impl / src / test / resources / logback-test.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <configuration>
3
4     <appender name="TEST-APPENDER" class="org.opendaylight.aaa.shiro.TestAppender">
5         <layout class="ch.qos.logback.classic.PatternLayout">
6             <Pattern>
7                 %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
8             </Pattern>
9         </layout>
10     </appender>
11
12     <logger name="org.opendaylight.aaa.shiro.authc" level="debug"
13         additivity="false">
14         <appender-ref ref="TEST-APPENDER" />
15     </logger>
16
17     <root level="debug">
18         <appender-ref ref="TEST-APPENDER" />
19     </root>
20
21 </configuration>