summaryrefslogtreecommitdiff
path: root/lib/logger.rb
diff options
context:
space:
mode:
authorBurdette Lamar <[email protected]>2022-05-12 13:20:24 -0500
committergit <[email protected]>2022-05-13 22:52:56 +0900
commit00635f8d414f60b291d46f8ebd1d93d03c7bab1f (patch)
treebddfe171343955cf8da85849a82f30078a3179a1 /lib/logger.rb
parent2427a11b35fc8682c550dab968e3bc99412d0806 (diff)
[ruby/logger] Update lib/logger.rb
https://github.com/ruby/logger/commit/98919e09e5 Co-authored-by: Peter Zhu <[email protected]>
Diffstat (limited to 'lib/logger.rb')
-rw-r--r--lib/logger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger.rb b/lib/logger.rb
index 54fd9c0595..3ee354780b 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -175,7 +175,7 @@ require_relative 'logger/errors'
#
# You can use a custom formatter to escape message data;
# this formatter uses
-# {String#dump}[https://ruby-doc.org/core-3.1.2/String.html#method-i-dump]
+# {String#dump}[https://docs.ruby-lang.org/en/master/String.html#method-i-dump]
# to escape the message string:
#
# original_formatter = logger.formatter || Logger::Formatter.new