Skip to content

Commit 9326b6b

Browse files
chore: update logback.xml
- Comment out old logback configuration - Add note explaining the use of FlutterLogbackAppender for logging
1 parent b604613 commit 9326b6b

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed
Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
<!-- <configuration
2-
xmlns="https://tony19.github.io/logback-android/xml"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="https://tony19.github.io/logback-android/xml https://cdn.jsdelivr.net/gh/tony19/logback-android/logback.xsd"
5-
>
6-
<appender name="logcat" class="ch.qos.logback.classic.android.LogcatAppender">
7-
<tagEncoder>
8-
<pattern>Optimizely</pattern>
9-
</tagEncoder>
10-
<encoder>
11-
<pattern>%msg</pattern>
12-
</encoder>
13-
</appender>
14-
15-
<root level="DEBUG">
16-
<appender-ref ref="logcat" />
17-
</root>
18-
</configuration> -->
1+
<!-- We do not use this since all logging is handled programmatically via FlutterLogbackAppender and forwarded to the Dart logger. -->

0 commit comments

Comments
 (0)