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