Skip to content

Commit 56ea6e5

Browse files
author
José Valim
committed
Update configure_backend docs
1 parent 4726e0a commit 56ea6e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/logger/lib/logger.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@ defmodule Logger do
405405

406406
@doc """
407407
Configures the given backend.
408+
409+
The backends needs to be started and running in order to
410+
be configured at runtime.
408411
"""
409412
@spec configure_backend(backend, Keywowrd.t) :: term
410413
def configure_backend(backend, options) when is_list(options) do

0 commit comments

Comments
 (0)