Skip to content

Commit

Permalink
减少日志输出
Browse files Browse the repository at this point in the history
  • Loading branch information
dbstarll committed Mar 20, 2023
1 parent 5bac687 commit 034efc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</appender>

<!--定义日志级别-->
<root level="debug">
<root level="info">
<appender-ref ref="STDOUT"/>
</root>

<!--定义自定义package-->
<logger name="io.github.dbstarll.utils.http.client" level="trace"/>
<logger name="io.github.dbstarll.utils.http.client" level="debug"/>
</configuration>

0 comments on commit 034efc6

Please sign in to comment.