From 74cc5a55cee55eb3412d58db772cdad55314c8a6 Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Mon, 22 Jun 2020 11:01:31 -0500 Subject: [PATCH] Revert logfile config change --- CHANGELOG.md | 1 + src/main/resources/logback.xml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b3afe..e0f609b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 1fbc123..9455033 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -3,8 +3,7 @@ false - - TRACE + ${file-level:-TRACE} log/latest.log