Modified AsyncAppender queue size to 1024

This commit is contained in:
Amos Ng 2020-06-13 22:05:19 +08:00
parent 4fe55fbb17
commit dc952e31eb
No known key found for this signature in database
GPG Key ID: 89086414F634D123
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [2020-06-13] Allow for the two log levels to be configurable by [@lflare].
### Changed
- [2020-06-13] Modified AsyncAppender queue size to 1024 by [@lflare].
### Deprecated

View File

@ -17,6 +17,7 @@
</appender>
<appender name="ASYNC" class="ch.qos.logback.classic.AsyncAppender">
<queueSize>1024</queueSize>
<appender-ref ref="FILE" />
</appender>