lib/fluent/engine.rb in fluentd-0.10.29 vs lib/fluent/engine.rb in fluentd-0.10.30
- old
+ new
@@ -53,9 +53,11 @@
$log.warn "parameter '#{key}' in #{e.to_s.strip} is not used."
}
end
def configure(conf)
+ $log.info "using configuration file: #{conf.to_s.rstrip}"
+
conf.elements.select {|e|
e.name == 'source'
}.each {|e|
type = e['type']
unless type