File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
# Ignore if the partition and the node group are not in partitions.json
35
35
if nodegroup is None :
36
- logger .debug ('Skipping partition=%s nodegroup=%s: not in partition.json' % (partition_name , nodegroup_name ))
36
+ logger .warning ('Skipping partition=%s nodegroup=%s: not in partition.json' % (partition_name , nodegroup_name ))
37
37
continue
38
38
39
39
client = common .get_ec2_client (nodegroup )
Original file line number Diff line number Diff line change 30
30
31
31
# Ignore if the partition and the node group are not in partitions.json
32
32
if nodegroup is None :
33
- logger .debug ('Skipping partition=%s nodegroup=%s: not in partition.json' % (partition_name , nodegroup_name ))
33
+ logger .warning ('Skipping partition=%s nodegroup=%s: not in partition.json' % (partition_name , nodegroup_name ))
34
34
continue
35
-
35
+
36
36
client = common .get_ec2_client (nodegroup )
37
37
38
38
# Retrieve the list of instances to terminate based on the tag Name
You can’t perform that action at this time.
0 commit comments