mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Initial application stub
This commit is contained in:
14
modules/restserver/src/main/resources/logback.xml
Normal file
14
modules/restserver/src/main/resources/logback.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<configuration>
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<withJansi>true</withJansi>
|
||||
|
||||
<encoder>
|
||||
<pattern>[%thread] %highlight(%-5level) %cyan(%logger{15}) - %msg %n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<logger name="docspell" level="debug" />
|
||||
<root level="INFO">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
</configuration>
|
3
modules/restserver/src/main/resources/reference.conf
Normal file
3
modules/restserver/src/main/resources/reference.conf
Normal file
@ -0,0 +1,3 @@
|
||||
docspell.restserver {
|
||||
|
||||
}
|
Reference in New Issue
Block a user