From 5832b68da5f6bbdb32a15892ede353eba7a443a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chrz=C4=85szcz?= Date: Tue, 7 Jan 2025 08:54:39 +0100 Subject: [PATCH] Fix the description of log handler migration Setting the name to "none" would make no sense. It is the log level that should be changed to "none", but this didn't change in the release, so there is no need to describe it. --- doc/migrations/6.3.0_6.3.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/migrations/6.3.0_6.3.1.md b/doc/migrations/6.3.0_6.3.1.md index c5fe8a96ee..a1c504ee32 100644 --- a/doc/migrations/6.3.0_6.3.1.md +++ b/doc/migrations/6.3.0_6.3.1.md @@ -1,6 +1,7 @@ ## Log Handler Configuration -The shell log handler in `app.config` should be named either "default" to enable shell logs or "none" to suppress them. +The shell log handler in `app.config` should be renamed from `shell_log` to `default`. +Otherwise, there would be duplicate logs in the shell because of the [lager removal](https://github.com/esl/MongooseIM/pull/4393). ## CA Certificate Configuration