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 32f7646 commit db6c536Copy full SHA for db6c536
lib/logger/lib/logger.ex
@@ -341,7 +341,8 @@ defmodule Logger do
341
* `:translator_inspect_opts` - when translating OTP reports and
342
errors, the last message and state must be inspected in the
343
error reports. This configuration allow developers to change
344
- how much and how the data should be inspected.
+ how much and how the data should be inspected. See `Kernel.inspect/2`
345
+ for more information on the available options.
346
347
For example, to configure the `:level` options in a `config/config.exs`
348
file:
0 commit comments