Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.7
3.1.0
2 changes: 1 addition & 1 deletion lib/fluent-plugin-syslog_rfc5424/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FluentSyslog5424OutputPlugin
VERSION = "0.9.0.rc.8"
VERSION = "0.10.0"
end
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_syslog_rfc5424.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def find_or_create_socket(transport, host, port)
socket = find_socket(transport, host, port)
return socket if socket

@sockets[socket_key(transport, host, port)] = socket_create(transport.to_sym, host, port, socket_options)
@sockets[socket_key(transport, host, port)] = socket_create(transport.to_sym, host, port, **socket_options)
end

def socket_options
Expand Down