From 459a429ff104470f50a68a74bef948b922c869fe Mon Sep 17 00:00:00 2001 From: Santiago Tortosa Date: Thu, 10 Apr 2025 10:08:03 +0200 Subject: [PATCH] Doc ref to inspect/2 for :translator_inspect_opts --- lib/logger/lib/logger.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/logger/lib/logger.ex b/lib/logger/lib/logger.ex index 8a4a3bed8de..e2ea9edc80f 100644 --- a/lib/logger/lib/logger.ex +++ b/lib/logger/lib/logger.ex @@ -341,7 +341,8 @@ defmodule Logger do * `:translator_inspect_opts` - when translating OTP reports and errors, the last message and state must be inspected in the error reports. This configuration allow developers to change - how much and how the data should be inspected. + how much and how the data should be inspected. See `Kernel.inspect/2` + for more information on the available options. For example, to configure the `:level` options in a `config/config.exs` file: