Skip to content

Commit 5832b68

Browse files
committed
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.
1 parent a65f431 commit 5832b68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/migrations/6.3.0_6.3.1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Log Handler Configuration
22

3-
The shell log handler in `app.config` should be named either "default" to enable shell logs or "none" to suppress them.
3+
The shell log handler in `app.config` should be renamed from `shell_log` to `default`.
4+
Otherwise, there would be duplicate logs in the shell because of the [lager removal](https://github.com/esl/MongooseIM/pull/4393).
45

56
## CA Certificate Configuration
67

0 commit comments

Comments
 (0)