Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions lib/gelf/notifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
require 'gelf/transport/tcp'
require 'gelf/transport/tcp_tls'

# replace JSON and #to_json with Yajl if available
begin
require 'yajl/json_gem'
rescue LoadError
end

module GELF
# Graylog2 notifier.
class Notifier
Expand Down