Skip to content

Commit 073a892

Browse files
Update lib/logger.rb
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
1 parent 6d91281 commit 073a892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
# logger.add(0, "My message")
235235
# # => D, [2022-05-11T15:10:59.773668 #20536] DEBUG -- : My message
236236
#
237-
# You can specify a different setting in a new log
237+
# You can specify a different setting in a new logger
238238
# using keyword argument +level+ with an appropriate value:
239239
#
240240
# logger = Logger.new($stdout, level: Logger::ERROR)

0 commit comments

Comments
 (0)