Skip to content

Commit

Permalink
Increase package name length before it gets shortened
Browse files Browse the repository at this point in the history
  • Loading branch information
djing-chan committed Nov 19, 2023
1 parent 34857c9 commit 688f4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration>
<appender name="CONSOLE_APPENDER" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%highlight(%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level%logger{30}: %msg %xEx%n)</pattern>
<pattern>%highlight(%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level%logger{40}: %msg %xEx%n)</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 688f4f7

Please sign in to comment.