Skip to content

Commit

Permalink
增加sleep指定类.方法的功能
Browse files Browse the repository at this point in the history
  • Loading branch information
4fool committed Apr 3, 2024
1 parent be530f5 commit 0b23acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<appender name="test" class="com.alibaba.arthas.deps.ch.qos.logback.core.rolling.RollingFileAppender">
<file>/home/admin/logs/arthas/test.log</file>
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} -%msg%n</pattern>
<pattern>%msg%n</pattern>
</encoder>
<rollingPolicy class="com.alibaba.arthas.deps.ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
<fileNamePattern>/home/admin/logs/arthas/test.%d{yyyy-MM-dd}.%i.log
Expand Down

0 comments on commit 0b23acf

Please sign in to comment.