Remove unused example logback.xml, fix default docs
This commit is contained in:
parent
a5cc2611a6
commit
7f84380840
3 changed files with 6 additions and 21 deletions
|
@ -4,15 +4,15 @@ If no `logback.xml` by user is provided a default [logback.xml](../../src/main/r
|
|||
|
||||
```xml
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration debug="true" scan="false">
|
||||
<configuration debug="false" scan="false">
|
||||
|
||||
<include resource="io/kokuwa/logback/base.xml" />
|
||||
<include resource="io/kokuwa/logback/base.xml" />
|
||||
|
||||
<logger name="io.micronaut.logging.PropertiesLoggingLevelsConfigurer" levels="WARN" />
|
||||
<logger name="io.micronaut.logging.PropertiesLoggingLevelsConfigurer" levels="WARN" />
|
||||
|
||||
<root level="INFO">
|
||||
<appender-ref ref="${LOGBACK_APPENDER:-CONSOLE}" />
|
||||
</root>
|
||||
<root level="INFO">
|
||||
<autoAppender />
|
||||
</root>
|
||||
|
||||
</configuration>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue