Compare commits

...

2 Commits

Author SHA1 Message Date
5a7e05c6ca Update logback-dev.xml 2024-04-17 16:12:43 +08:00
ef38dc1413 Update TextMessage.java 2024-04-17 16:12:40 +08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -21,6 +21,5 @@ public class TextMessage {
public static class Text { public static class Text {
private String content; private String content;
} }
} }

View File

@@ -12,7 +12,7 @@
</encoder> </encoder>
</appender> </appender>
<root level="info"> <root level="debug">
<appender-ref ref="STDOUT"/> <appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/> <appender-ref ref="FILE"/>
</root> </root>