Sha256: ffddcac9daff7ec76cd0aedcf8da121602c334a2bce7d0946cbfbacd863dbb40
Contents?: true
Size: 1.34 KB
Versions: 5
Compression:
Stored size: 1.34 KB
Contents
--- default: log_level: debug metrics: datadog: url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %> appenders: - stream: io: STDOUT formatter: json test: log_level: warn metrics: datadog: url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %> appenders: - stream: file_name: log/test.log formatter: color development: log_level: debug metrics: datadog: url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %> appenders: - stream: io: STDOUT formatter: color - stream: file_name: log/development.log formatter: color production: log_level: info error_handler: sentry: dsn: <%= ENV['SENTRY_DSN'] %> metrics: datadog: url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %> appenders: - stream: io: STDOUT formatter: json staging: log_level: info error_handler: sentry: dsn: <%= ENV['SENTRY_DSN'] %> metrics: datadog: url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %> appenders: - stream: io: STDOUT formatter: json ci: log_level: warn metrics: datadog: url: <%= ENV.fetch("STATSD_URL", "udp://localhost:8125") %> appenders: - stream: io: STDOUT formatter: color
Version data entries
5 entries across 5 versions & 1 rubygems