Skip to content

Commit

Permalink
- style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Feb 14, 2013
1 parent d7ee9fb commit a3a914a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/logstash/outputs/lumberjack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def receive(event)
"host" => event.source_host,
"file" => event.source_path,
"type" => event.type
}.merge(event.fields)
}.merge(event["@fields"])
)
rescue Exception => e
@logger.log("Client write error", :e => e, :backtrace => e.backtrace)
@logger.error("Client write error", :e => e, :backtrace => e.backtrace)
connect
retry
end
Expand Down

0 comments on commit a3a914a

Please sign in to comment.