fluent-plugin-syslog-gobi-tls 2.1.19 → 2.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bda2811fafdce903eeac4e53e1599a70a0dd5375fc19ee7b4f502b9c1cd6da4
4
- data.tar.gz: ea2ac79dd3ca500d87c1d7291792325b29d76ba893ec9470169e60dc7bc1886a
3
+ metadata.gz: 4971e0a129f77a7ba290f3cfaa18e0f79e47c87f481de7760282cdf4f5c5d2b9
4
+ data.tar.gz: de0f0d192d5cd0007f4dfac63c02e19306ea4c9afd839ee9fa8b8b138f4217f4
5
5
  SHA512:
6
- metadata.gz: 8ca33e20d225e859ad49b15ee160092b2af4fc83259b7117699a9e59ff8fb3a2e755f499844fff8b4344f3ea969b6375ad935bd516fed05141a809724c7656c3
7
- data.tar.gz: 2ae02d4cb3dc87a3815a0efe5e59c54bc8a9c91c3ee24a6daf6d7014c7b1abf5a1cbc5a04d2c340d1d982d143966698832026841166659f148882b80db132e1c
6
+ metadata.gz: 6143b96c29cf2f7af0014cb03163fedb47d3aaccf09a53b5e3b38d12cde87b6d1bb67658a2623ba034fd9fe982730b68a46d0ed4aff13a20854c3b42b24a7bfb
7
+ data.tar.gz: 948fdc78d4d0dd9c9b72a0685c738d3500747b2cb67946ece82d58edaa8fcd446c26e805a219817db398947f1955bccb43f4642e38f4a1477c666ebb8a198eb4
@@ -19,7 +19,7 @@ require 'syslog_tls/version'
19
19
 
20
20
  Gem::Specification.new do |s|
21
21
  s.name = 'fluent-plugin-syslog-gobi-tls'
22
- s.version = '2.1.19'
22
+ s.version = '2.1.20'
23
23
  s.summary = %q{Fluent Syslog TLS output plugin}
24
24
  s.authors = ['thomas morgan']
25
25
  s.email = ['tm@iprog.com']
@@ -39,10 +39,14 @@ module SyslogTls
39
39
  @verify_cert_name = verify_cert_name
40
40
  @ssl_version = ssl_version
41
41
  @retries = max_retries
42
+ timestamp = Time.now.strftime("%Y-%m-%d %H:%M:%S")
43
+ puts "[#{timestamp}] in initialize: #{idle_timeout}"
42
44
  connect
43
45
  end
44
46
 
45
47
  def connect
48
+ timestamp = Time.now.strftime("%Y-%m-%d %H:%M:%S")
49
+ puts "[#{timestamp}] in connect"
46
50
  @socket = get_ssl_connection
47
51
  begin
48
52
  begin
@@ -59,6 +63,8 @@ module SyslogTls
59
63
  end
60
64
 
61
65
  def get_tcp_connection
66
+ timestamp = Time.now.strftime("%Y-%m-%d %H:%M:%S")
67
+ puts "[#{timestamp}] in get_tcp_connection"
62
68
  tcp = nil
63
69
 
64
70
  family = Socket::Constants::AF_UNSPEC
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-syslog-gobi-tls
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.19
4
+ version: 2.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - thomas morgan