From 6ecb7ab3a7f94ac8ae0c537896421778d4a259f3 Mon Sep 17 00:00:00 2001 From: Vitaly Samigullin Date: Sat, 29 Jul 2023 17:39:09 +0200 Subject: [PATCH] Fix log entries duplication (#94) --- .env | 3 ++- CHANGELOG.md | 9 ++++++++- resources/logback.json.xml | 4 +--- resources/logback.xml | 4 +--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.env b/.env index eb61988..261de8a 100644 --- a/.env +++ b/.env @@ -7,7 +7,8 @@ SLACK__TOKEN=token SLACK__SIGN=signing key ALERTS__SENTRY_DSN="https://public:private@localhost/1" SERVER__PORT=8080 -SERVER__LOGLEVEL=INFO +SERVER__LOGLEVEL=DEBUG +SERVER__ROOTLEVEL=INFO SERVER__ACCESS_LOG=true SERVER__BLOCK_THREAD=false DB__SERVER_NAME=postgres diff --git a/CHANGELOG.md b/CHANGELOG.md index 4550c0d..49570f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ file. This change log follows the conventions of ## [Unreleased] +## [1.0.83] - 2023-07-29 + +### Fixed + +- Log entries duplicating removed + ## [1.0.82] - 2023-07-23 ### Changed @@ -224,7 +230,8 @@ documentation website added. Project has made it to the version 1.0.0! ### Added - Bot app MVP -[Unreleased]: https://github.com/pilosus/dienstplan/compare/1.0.82...HEAD +[Unreleased]: https://github.com/pilosus/dienstplan/compare/1.0.83...HEAD +[1.0.83]: https://github.com/pilosus/dienstplan/compare/1.0.82...1.0.83 [1.0.82]: https://github.com/pilosus/dienstplan/compare/1.0.81...1.0.82 [1.0.81]: https://github.com/pilosus/dienstplan/compare/1.0.0...1.0.81 [1.0.0]: https://github.com/pilosus/dienstplan/compare/0.5.0...1.0.0 diff --git a/resources/logback.json.xml b/resources/logback.json.xml index dbaba7a..8c28ca1 100644 --- a/resources/logback.json.xml +++ b/resources/logback.json.xml @@ -13,9 +13,7 @@ - - - + diff --git a/resources/logback.xml b/resources/logback.xml index 1ccd28e..c5e8f87 100644 --- a/resources/logback.xml +++ b/resources/logback.xml @@ -7,9 +7,7 @@ - - - +