Commit d19f6854 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

software/fluentd: v↑ fluent-plugin-wendelin to 0.5

parent a9216320
......@@ -27,5 +27,5 @@ output = ${buildout:directory}/template-fluentd.cfg
[fluentd]
gems +=
fluent-plugin-wendelin==0.4
fluent-plugin-wendelin==0.5
fluent-plugin-bin==0.2
......@@ -238,9 +238,12 @@ class GatewayConfTestCase(WendelinTutorialTestCase):
streamtool_uri http://[%s]:%s/erp5/portal_ingestion_policies/default
user foo
password bar
buffer_type file
buffer_path fluentd-buffer-file/
flush_interval %ss
<buffer>
flush_mode interval
@type file
path fluentd-buffer-file/
flush_interval %ss
</buffer>
</match>''' % (fluentd_port, cls._ipv6_address, cls._ipv6_address,
wendelin_port, FLUSH_INTERVAL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment