Be more obvious that worker count is ignored but otherwise work will continue

This commit is contained in:
Jordan Sissel 2013-10-18 16:34:18 -07:00
parent a7c309c3d0
commit b9c3f2acc1

View file

@ -36,9 +36,13 @@ en:
Could not find any plugin type named '%{type}'. Check for typos.
Valid plugin types are 'input' 'filter' and 'output'
output-worker-unsupported: >-
%{plugin} output plugin: setting 'workers => %{worker_count}' is not supported by this plugin. I will ignore this setting.
%{plugin} output plugin: setting 'workers => %{worker_count}' is not
supported by this plugin. I will continue working as if you had not set
this setting.
output-worker-unsupported-with-message: >-
%{plugin} output plugin: setting 'workers => %{worker_count}' is not supported by this plugin. I will ignore this setting. Details: %{message}
%{plugin} output plugin: setting 'workers => %{worker_count}' is not
supported by this plugin. I will continue working as if you had not set
this setting.
plugin:
milestone:
"0": >-