From 89f0a76fb2e050659f0a503823beb2ad8cf899eb Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Tue, 26 Nov 2024 12:13:47 +0900 Subject: [PATCH] system_config: add source_only_buffer to SYSTEM_CONFIG_PARAMETERS (#4715) 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 --- lib/fluent/system_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fluent/system_config.rb b/lib/fluent/system_config.rb index e6bd487f45..6e280011aa 100644 --- a/lib/fluent/system_config.rb +++ b/lib/fluent/system_config.rb @@ -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