From 42474256f05e3c640703025aa1451ac59671850d Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Fri, 19 Jun 2020 15:09:45 -0500 Subject: [PATCH] Change logging --- CHANGELOG.md | 1 + src/main/resources/logback.xml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a4091..c083e6b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [2020-06-19] Changed default CPU thread count to `4` by [@lflare]. +- [2020-06-19] Removed ability to set log files but increased throughput [@carbotaniuman] ### Deprecated diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index b402243..30ed3dc 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,7 +1,11 @@ + + - ${file-level:-TRACE} + + TRACE + false log/latest.log