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
|
||||
- [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-19] Readded ability to set log files level [@carbotaniuman]
|
||||
|
||||
## [1.0.0-RC21] - 2020-06-20
|
||||
### Changed
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
<immediateFlush>false</immediateFlush>
|
||||
|
||||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
||||
<!-- <level>${file-level:-TRACE}</level>-->
|
||||
<level>TRACE</level>
|
||||
<level>${file-level:-TRACE}</level>
|
||||
</filter>
|
||||
|
||||
<file>log/latest.log</file>
|
||||
|
|
Loading…
Reference in a new issue