lib/aws/cfn/compiler/mixins/parse.rb in aws-cfn-compiler-0.9.1 vs lib/aws/cfn/compiler/mixins/parse.rb in aws-cfn-compiler-0.9.2
- old
+ new
@@ -18,10 +18,10 @@
@items ||= {}
@items[section] ||= {}
get = {}
item = {}
spec[section].each do |rsrc|
- @logger.info "\tUsing #{section}::#{rsrc}"
+ @logger.debug "\tUsing #{section}::#{rsrc}"
refp,sub,base,rel = map_resource_reference(rsrc)
if refp.nil?
path = vet_path(section)
else
path = vet_path(sub ? sub : section, refp, rel)