1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Fix comment typo in Rackstash::Logger

This commit is contained in:
Holger Just 2018-01-23 23:19:45 +01:00
parent 38a5c669a3
commit 3a8371e1b8

View File

@ -320,7 +320,7 @@ module Rackstash
# base logger immediately.
#
# @param severity [Integer] The log severity. One of the {SEVERITIES}
# consants.
# constants.
# @param msg [#to_s, ::Hash, Exception, nil] The log message. If unset, we
# try, to use the return value of the optional block. If we get a `String`
# or `Exception`, we log a new {Message}. If it's a Hash, we deep_merge it