Shorten logging tag

This commit is contained in:
xynngh 2020-07-28 23:16:13 +04:00
parent c9376d16d4
commit 1e5c7af5c4
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
<configuration>
<appender name="logcat" class="ch.qos.logback.classic.android.LogcatAppender">
<tagEncoder>
<pattern>%logger{23}</pattern>
</tagEncoder>
<encoder>
<pattern>%msg</pattern>
</encoder>