Sha256: 1f200076bea67ed797b050503dfb38e2c13e1a99fcf5044b793e165a7edfb68f
Contents?: true
Size: 545 Bytes
Versions: 35
Compression:
Stored size: 545 Bytes
Contents
# frozen_string_literal: true require_relative '../../configuration/settings' require_relative '../ext' module Datadog module Tracing module Contrib module Lograge module Configuration # Custom settings for the Lograge integration # @public_api class Settings < Contrib::Configuration::Settings option :enabled do |o| o.type :bool o.env Ext::ENV_ENABLED o.default true end end end end end end end
Version data entries
35 entries across 35 versions & 2 rubygems