Skip to content

Commit

Permalink
Merge pull request #5010 from halibobo1205/feat/opt_db_log
Browse files Browse the repository at this point in the history
feat(log): use AsyncAppender for DB
  • Loading branch information
halibobo1205 authored Feb 20, 2023
2 parents df638e6 + 092d9ce commit c09446f
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 c09446f

Please sign in to comment.