Skip to content

Commit

Permalink
升级依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yezhihao committed Jan 20, 2021
1 parent e3f2aaf commit 86b7eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.12.RELEASE</version>
<version>2.2.13.RELEASE</version>
<relativePath></relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</Console>

<RollingRandomAccessFile name="RollingRandomAccessFile" fileName="${LOG_HOME}/${LOG_NAME}.log" filePattern="${LOG_HOME}/${LOG_NAME}-%d{yyyy-MM-dd}-%i.log">
<PatternLayout pattern="12 %d{HH:mm:ss.SSS} [%thread] %-5level%-21c{10}[%line]%msg%n"/>
<PatternLayout pattern="1 %d{HH:mm:ss.SSS} [%thread] %-5level%-21c{10}[%line]%msg%n"/>
<DefaultRolloverStrategy max="20"/>
<Policies>
<TimeBasedTriggeringPolicy modulate="true" interval="1"/>
Expand Down

0 comments on commit 86b7eba

Please sign in to comment.