orx-kinect-v1-demo module for testing the code and verifying use cases
This commit is contained in:
13
orx-kinect-v1-demo/src/main/resources/logback.xml
Normal file
13
orx-kinect-v1-demo/src/main/resources/logback.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<configuration debug="false" scan="false" scanPeriod="10 seconds">
|
||||
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
|
||||
<resetJUL>true</resetJUL>
|
||||
</contextListener>
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
<root level="DEBUG">
|
||||
<appender-ref ref="STDOUT"/>
|
||||
</root>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user