diff options
author | Burdette Lamar <[email protected]> | 2022-05-12 13:20:24 -0500 |
---|---|---|
committer | git <[email protected]> | 2022-05-13 22:52:56 +0900 |
commit | 00635f8d414f60b291d46f8ebd1d93d03c7bab1f (patch) | |
tree | bddfe171343955cf8da85849a82f30078a3179a1 /lib/logger.rb | |
parent | 2427a11b35fc8682c550dab968e3bc99412d0806 (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.rb | 2 |
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 |