Sha256: d68537012be8d24c9bf9ed58171fa63e29bd34a6771c1143e4efb3b0ed0aaab4

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 KB

Contents

---
default:
  log_level: debug
  appenders:
    - file:
        io: STDOUT
        formatter: json
    - statsd:
        url: udp://localhost:8125
    - sentry:
        dsn: <%= ENV['RAVEN_DSN'] %>

test:
  log_level: warn
  appenders:
    - file:
        file_name: log/test.log
        formatter: color

development:
  log_level: debug
  appenders:
    - file:
        io: STDOUT
        formatter: color
    - file:
        file_name: log/development.log
        formatter: color

production:
  log_level: warn
  appenders:
    - file:
        io: STDOUT
        formatter: json
    - statsd:
        url: udp://localhost:8125
    - sentry:
        dsn: <%= ENV['RAVEN_DSN'] %>

integration:
  log_level: warn
  appenders:
    - file:
        io: STDOUT
        formatter: json
    - statsd:
        url: udp://localhost:8125
    - sentry:
        dsn: <%= ENV['RAVEN_DSN'] %>

staging:
  log_level: warn
  appenders:
    - file:
        io: STDOUT
        formatter: json
    - statsd:
        url: udp://localhost:8125
    - sentry:
        dsn: <%= ENV['RAVEN_DSN'] %>

ci:
  log_level: warn
  appenders:
    - file:
        io: STDOUT
        formatter: json
    - statsd:
        url: udp://localhost:8125
    - sentry:
        dsn: <%= ENV['RAVEN_DSN'] %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reevoo_sapience-0.1.4 lib/default_reevoo_sapience.yml
reevoo_sapience-0.1.3 lib/default_reevoo_sapience.yml