Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/logger/lib/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ defmodule Logger do
The initial backends are loaded via the `:backends` configuration,
which must be set before the `:logger` application is started.
However, it preferred to add and remove backends via `add_backend/2`
the `remove_backend/2` function. This is often done in your
and `remove_backend/2` functions. This is often done in your
`c:Application.start/2` callback:

@impl true
Expand Down