Skip to content

Commit e6f2c64

Browse files
Update lib/logger.rb
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
1 parent 3dc5a8d commit e6f2c64

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
@@ -247,7 +247,7 @@
247247
#
248248
# logger = Logger.new($stdout, level: Logger::ERROR)
249249
# logger.add(3)
250-
# # =? E, [2022-05-11T15:17:20.933362 #20536] ERROR -- : nil
250+
# # => E, [2022-05-11T15:17:20.933362 #20536] ERROR -- : nil
251251
# logger.add(2) # Silent.
252252
#
253253
# You can set the log level for an existing logger

0 commit comments

Comments
 (0)