mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-11-16 16:12:32 +01:00
Change logging defaults
This commit is contained in:
parent
cbf509fced
commit
bf4192d584
@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
-- [2020-08-11] Change logging defaults [@carbotaniuman].
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
@ -8,7 +8,8 @@
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
||||
<fileNamePattern>log/logFile.%d{yyyy-MM-dd_HH}.log</fileNamePattern>
|
||||
<maxHistory>12</maxHistory>
|
||||
<totalSizeCap>5MB</totalSizeCap>
|
||||
<maxFileSize>100MB</maxFileSize>
|
||||
<totalSizeCap>1GB</totalSizeCap>
|
||||
</rollingPolicy>
|
||||
|
||||
<encoder>
|
||||
|
Loading…
Reference in New Issue
Block a user