Skip to content

Commit

Permalink
Fix the description of log handler migration
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chrzaszcz committed Jan 7, 2025
1 parent a65f431 commit 5832b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/migrations/6.3.0_6.3.1.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5832b68

Please sign in to comment.