Modified AsyncAppender queue size to 1024
This commit is contained in:
parent
4fe55fbb17
commit
dc952e31eb
|
@ -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
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
</appender>
|
||||
|
||||
<appender name="ASYNC" class="ch.qos.logback.classic.AsyncAppender">
|
||||
<queueSize>1024</queueSize>
|
||||
<appender-ref ref="FILE" />
|
||||
</appender>
|
||||
|
||||
|
|
Loading…
Reference in a new issue