lib/fluent/plugin/in_gcloud_pubsub.rb in fluent-plugin-gcloud-pubsub-custom-1.3.0 vs lib/fluent/plugin/in_gcloud_pubsub.rb in fluent-plugin-gcloud-pubsub-custom-1.3.1
- old
+ new
@@ -231,12 +231,12 @@
event_streams[@extract_tag.call(record)].add(time, record)
else
case @parse_error_action
when :exception
- raise FailedParseError.new "pattern not match: #{line.inspect}"
+ raise FailedParseError.new "pattern not match: #{line}"
else
- log.warn 'pattern not match', record: line.inspect
+ log.warn 'pattern not match', record: line
end
end
end
end