From 372c0452a0092b4a7380fafe91622f04ec1ddca1 Mon Sep 17 00:00:00 2001 From: Rudolf Manusadzhian Date: Fri, 23 May 2025 21:48:43 -0500 Subject: [PATCH] A tiny typo in Logger docs --- lib/logger/lib/logger.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logger/lib/logger.ex b/lib/logger/lib/logger.ex index e2ea9edc80f..c240ab85578 100644 --- a/lib/logger/lib/logger.ex +++ b/lib/logger/lib/logger.ex @@ -250,7 +250,7 @@ defmodule Logger do The `:config` customizes a specific handler module. The default handler is [`:logger_std_h`](`:logger_std_h`), which logs to standard IO, and you - call find all relevant configuration in its module documentation, including + can find all relevant configuration in its module documentation, including information overload protection. You may also set `:default_handler` to false to disable the default logging