We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7190c commit c14f3c7Copy full SHA for c14f3c7
1 file changed
lib/logger/lib/logger.ex
@@ -753,7 +753,7 @@ defmodule Logger do
753
IO.warn_once(
754
{__MODULE__, :configure, key},
755
fn ->
756
- "setting #{inspect(key)} in Logger.configure/2 is deprecated, " <>
+ "setting #{inspect(key)} in Logger.configure/1 is deprecated, " <>
757
"add the :logger_backends dependency and configure it instead"
758
end,
759
3
0 commit comments