chili_logger 0.0.9 → 0.0.9.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/chili_logger-0.0.9.gem +0 -0
- data/lib/brokers/rabbit_broker.rb +1 -6
- data/lib/chili_logger/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bcee860ae763961cedf6bd91456a7932a00ca2eae59f276380c2a90dd9479e12
|
|
4
|
+
data.tar.gz: cb5e2cc3075bbda8cba9baa7f29ae05f5f35b79eb3f7a986bc382dcba7052f03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2492803a054170942b232fd1186827ed1b4f635b6a5fc7de7883321be454756b841502afe744112e11b398fd1b27eaf4813fc5d10db12018e22e81d7534da443
|
|
7
|
+
data.tar.gz: f9e3ebd7f7414863fa78ab5affac2b9940fcd40a07a85489afdb3782869d1ce098d373ac861cdb4eed7259aa4b0575331a2f2bdae024953068d0cc9344e835cb
|
data/Gemfile.lock
CHANGED
|
Binary file
|
|
@@ -64,16 +64,11 @@ class ChiliLogger
|
|
|
64
64
|
end
|
|
65
65
|
|
|
66
66
|
def connection_config
|
|
67
|
-
# shouldn't try to recover connection,
|
|
68
|
-
# it may cause app in production to collapse if reconnection doesn't work or takes too many attempts!!!
|
|
69
|
-
recovery_attempts = 0
|
|
70
|
-
|
|
71
67
|
{
|
|
72
68
|
user: @user,
|
|
73
69
|
password: @password,
|
|
74
70
|
host: @ip,
|
|
75
|
-
port: @port
|
|
76
|
-
recovery_attempts: recovery_attempts
|
|
71
|
+
port: @port
|
|
77
72
|
}
|
|
78
73
|
end
|
|
79
74
|
|
data/lib/chili_logger/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chili_logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.9
|
|
4
|
+
version: 0.0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lucas sandeville
|
|
@@ -84,6 +84,7 @@ files:
|
|
|
84
84
|
- chili_logger-0.0.6.gem
|
|
85
85
|
- chili_logger-0.0.7.gem
|
|
86
86
|
- chili_logger-0.0.8.gem
|
|
87
|
+
- chili_logger-0.0.9.gem
|
|
87
88
|
- chili_logger.gemspec
|
|
88
89
|
- lib/brokers/rabbit_broker.rb
|
|
89
90
|
- lib/brokers/sqs_broker.rb
|