mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Revert logfile config change
This commit is contained in:
parent
12e318d552
commit
74cc5a55ce
|
@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
- [2020-06-20] Added `graceful_shutdown_wait_seconds` client setting by [@carbotaniuman]
|
- [2020-06-20] Added `graceful_shutdown_wait_seconds` client setting by [@carbotaniuman]
|
||||||
- [2020-06-20] Added `config.sample.json` sample client configuration file by [@lflare]
|
- [2020-06-20] Added `config.sample.json` sample client configuration file by [@lflare]
|
||||||
|
- [2020-06-19] Readded ability to set log files level [@carbotaniuman]
|
||||||
|
|
||||||
## [1.0.0-RC21] - 2020-06-20
|
## [1.0.0-RC21] - 2020-06-20
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
<immediateFlush>false</immediateFlush>
|
<immediateFlush>false</immediateFlush>
|
||||||
|
|
||||||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
||||||
<!-- <level>${file-level:-TRACE}</level>-->
|
<level>${file-level:-TRACE}</level>
|
||||||
<level>TRACE</level>
|
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
<file>log/latest.log</file>
|
<file>log/latest.log</file>
|
||||||
|
|
Loading…
Reference in a new issue