Skip to content

Commit

Permalink
feat(log): use AsyncAppender for DB
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Feb 20, 2023
1 parent 6c51cff commit 092d9ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<queueSize>100</queueSize>
<includeCallerData>true</includeCallerData>
<appender-ref ref="FILE"/>
<appender-ref ref="DB"/>
</appender>

<root level="INFO">
Expand Down

0 comments on commit 092d9ce

Please sign in to comment.