class Datadog::Tracing::Configuration::Dynamic::LogInjectionEnabled

Dynamic configuration for ‘DD_LOGS_INJECTION`.

def initialize

def initialize
  super('log_injection_enabled', 'DD_LOGS_INJECTION', :log_injection)
end