Skip to content

Commit bf58936

Browse files
authored
Merge pull request #290 from tony19/update-readme-5
chore: show logback.xsd in example config
2 parents f36937f + b347701 commit bf58936

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ Quick Start
4646
3. Create `app/src/main/assets/logback.xml` containing:
4747
4848
```xml
49-
<configuration>
49+
<configuration
50+
xmlns="https://tony19.github.io/logback-android/xml"
51+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
52+
xsi:schemaLocation="https://tony19.github.io/logback-android/xml https://cdn.jsdelivr.net/gh/tony19/logback-android/logback.xsd"
53+
>
5054
<appender name="logcat" class="ch.qos.logback.classic.android.LogcatAppender">
5155
<tagEncoder>
5256
<pattern>%logger{12}</pattern>

0 commit comments

Comments
 (0)