dynamo-autoscale 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/bin/dynamo-autoscale +1 -1
- data/lib/dynamo-autoscale/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/bin/dynamo-autoscale
CHANGED
@@ -22,7 +22,7 @@ DynamoAutoscale.poller_opts[:tables].select! do |table_name|
|
|
22
22
|
if dynamo.tables[table_name].exists?
|
23
23
|
true
|
24
24
|
else
|
25
|
-
logger.error "Table #{table_name} does not exist inside your DynamoDB."
|
25
|
+
DynamoAutoscale.logger.error "Table #{table_name} does not exist inside your DynamoDB."
|
26
26
|
false
|
27
27
|
end
|
28
28
|
end
|