Skip to content

Commit

Permalink
[ruby/logger] Update lib/logger.rb
Browse files Browse the repository at this point in the history
ruby/logger@3dc5a8d7a4

Co-authored-by: Peter Zhu <peter@peterzhu.ca>
  • Loading branch information
2 people authored and matzbot committed May 13, 2022
1 parent 00635f8 commit 45a92cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
# With this level, entries with severity Logger::ERROR and higher
# are written, while those with lower severities are not written:
#
# logger = Logger.new($stdout)
# logger = Logger.new($stdout, level: Logger::ERROR)
# logger.add(3)
# # =? E, [2022-05-11T15:17:20.933362 #20536] ERROR -- : nil
# logger.add(2) # Silent.
Expand Down

0 comments on commit 45a92cc

Please sign in to comment.