Skip to content

Commit db6c536

Browse files
authored
Doc ref to inspect/2 for :translator_inspect_opts (#14420)
1 parent 32f7646 commit db6c536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/logger/lib/logger.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ defmodule Logger do
341341
* `:translator_inspect_opts` - when translating OTP reports and
342342
errors, the last message and state must be inspected in the
343343
error reports. This configuration allow developers to change
344-
how much and how the data should be inspected.
344+
how much and how the data should be inspected. See `Kernel.inspect/2`
345+
for more information on the available options.
345346
346347
For example, to configure the `:level` options in a `config/config.exs`
347348
file:

0 commit comments

Comments
 (0)