We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da99c79 commit 2a0b542Copy full SHA for 2a0b542
lib/ecto/adapters/sql.ex
@@ -1428,7 +1428,7 @@ defmodule Ecto.Adapters.SQL do
1428
@doc """
1429
Receives a stacktrace, and return the first N items before Ecto entries
1430
1431
- This function is used by default in the `:log_stacktrace_info` config, with
+ This function is used by default in the `:log_stacktrace_mfa` config, with
1432
a size of 1.
1433
"""
1434
@spec first_non_ecto_stacktrace(Exception.stacktrace(), Ecto.Repo.t(), non_neg_integer()) ::
0 commit comments