Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 53a2d63

Browse files
committed
fix(logging): set custom StatusListener for tooling API runtime only
1 parent f24c332 commit 53a2d63

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

logger/src/main/resources/logback.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
-->
1717

1818
<configuration>
19-
<!-- From Logback docs: -->
20-
<!-- Recommendation: place status listeners towards the the top of the configuration file -->
21-
<statuslistener class="com.itsaky.androidide.tooling.impl.util.LogbackStatusListener" />
22-
2319
<appender class="com.itsaky.androidide.logging.LogcatAppender" name="LOGCAT">
2420
<checkLoggable>false</checkLoggable>
2521
<encoder class="com.itsaky.androidide.logging.encoder.IDELogFormatEncoder" />

0 commit comments

Comments
 (0)