Sha256: eb0b8698ff49b6e99de257fe82481deb5372fcbc57de7f5bec8e1334abf9eb69

Contents?: true

Size: 671 Bytes

Versions: 16

Compression:

Stored size: 671 Bytes

Contents

---
default:
  filter_parameters:
    - password
    - password_confirmation
  log_executor: single_thread_executor
  log_level: info
  appenders:
    - stream:
        io: STDOUT
        formatter: color

test:
  log_executor: immediate_executor
  log_level: warn
  appenders:
    - stream:
        file_name: log/test.log
        formatter: color

development:
  log_executor: single_thread_executor
  log_level: debug
  appenders:
    - stream:
        file_name: log/development.log
        formatter: color

production:
  log_executor: single_thread_executor
  log_level: warn
  appenders:
    - stream:
        file_name: log/production.log
        formatter: json

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sapience-2.2.1 config/default.yml
sapience-2.2.0 config/default.yml
sapience-2.1.0 config/default.yml
sapience-2.0.5 config/default.yml
sapience-2.0.4 config/default.yml
sapience-2.0.3 config/default.yml
sapience-2.0.2 config/default.yml
sapience-2.0.1 config/default.yml
sapience-2.0.0 config/default.yml
sapience-1.0.15 config/default.yml
sapience-1.0.14 config/default.yml
sapience-1.0.13 config/default.yml
sapience-1.0.12 config/default.yml
sapience-1.0.11 config/default.yml
sapience-1.0.10 config/default.yml
sapience-1.0.9 config/default.yml