We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b571ddb commit bd38b6eCopy full SHA for bd38b6e
lib/logger/lib/logger.ex
@@ -290,7 +290,7 @@ defmodule Logger do
290
The initial backends are loaded via the `:backends` configuration,
291
which must be set before the `:logger` application is started.
292
However, it preferred to add and remove backends via `add_backend/2`
293
- the `remove_backend/2` function. This is often done in your
+ and `remove_backend/2` functions. This is often done in your
294
`c:Application.start/2` callback:
295
296
@impl true
0 commit comments