File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 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. -->
You can’t perform that action at this time.
0 commit comments