Revert logfile config change

This commit is contained in:
carbotaniuman 2020-06-22 11:01:31 -05:00
parent 12e318d552
commit 74cc5a55ce
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>