We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbb51d commit f35a9e6Copy full SHA for f35a9e6
lib/fluent/plugin_id.rb
@@ -30,7 +30,7 @@ def initialize
30
end
31
32
def configure(conf)
33
- @_plugin_id_variable_store = Fluent::VariableStore.fetch_or_build(:pluing_id, default_value: Set.new)
+ @_plugin_id_variable_store = Fluent::VariableStore.fetch_or_build(:plugin_id, default_value: Set.new)
34
@id = conf['@id']
35
@_id_configured = !!@id # plugin id is explicitly configured by users (or not)
36
if @id
0 commit comments