Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meineerde committed Feb 27, 2021
1 parent 06f099a commit 36a991c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rackstash/buffered_logger.rb
Expand Up @@ -266,8 +266,8 @@ def logstash_event(logs=[], fields=default_fields, tags=[])
begin
event.to_json
rescue Exception
event['@message'] = '(Could not send message)'
event.json
event['@message'] = '(Could not serialize message)'
event.to_json
end
end
end
Expand Down

0 comments on commit 36a991c

Please sign in to comment.