Skip to content

Commit

Permalink
system_config: add source_only_buffer to SYSTEM_CONFIG_PARAMETERS (#4715
Browse files Browse the repository at this point in the history
)

Need this to the section handled in `SystemConfig#dup`.

This should be added to SYSTEM_CONFIG_PARAMETERS, though this is
not affected to the actual behavior,

Note: I don't understand why `log` section is not added. Maybe it
should be added as well.

Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom authored Nov 26, 2024
1 parent 254172e commit 89f0a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/system_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SystemConfig
:without_source, :with_source_only, :rpc_endpoint, :enable_get_dump, :process_name,
:file_permission, :dir_permission, :counter_server, :counter_client,
:strict_config_value, :enable_msgpack_time_support, :disable_shared_socket,
:metrics, :enable_input_metrics, :enable_size_metrics, :enable_jit
:metrics, :enable_input_metrics, :enable_size_metrics, :enable_jit, :source_only_buffer
]

config_param :workers, :integer, default: 1
Expand Down

0 comments on commit 89f0a76

Please sign in to comment.