Skip to content

Commit

Permalink
Merge pull request #290 from tony19/update-readme-5
Browse files Browse the repository at this point in the history
chore: show logback.xsd in example config
  • Loading branch information
tony19 authored Nov 7, 2022
2 parents f36937f + b347701 commit bf58936
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -46,7 +46,11 @@ Quick Start
3. Create `app/src/main/assets/logback.xml` containing:
```xml
<configuration>
<configuration
xmlns="https://tony19.github.io/logback-android/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://tony19.github.io/logback-android/xml https://cdn.jsdelivr.net/gh/tony19/logback-android/logback.xsd"
>
<appender name="logcat" class="ch.qos.logback.classic.android.LogcatAppender">
<tagEncoder>
<pattern>%logger{12}</pattern>

0 comments on commit bf58936

Please sign in to comment.