Sha256: 1e4eaa5c59166e44d38859c63befd177444bab52b02e72a678003f81a6b19ad2

Contents?: true

Size: 607 Bytes

Versions: 23

Compression:

Stored size: 607 Bytes

Contents

---
default:
  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

23 entries across 23 versions & 1 rubygems

Version Path
sapience-1.0.8 config/default.yml
sapience-1.0.7 config/default.yml
sapience-1.0.6 config/default.yml
sapience-1.0.5 config/default.yml
sapience-1.0.4 config/default.yml
sapience-1.0.3 config/default.yml
sapience-1.0.2 config/default.yml
sapience-1.0.1 config/default.yml
sapience-1.0.0 config/default.yml
sapience-0.2.18 config/default.yml
sapience-0.2.17 config/default.yml
sapience-0.2.16 config/default.yml
sapience-0.2.15 config/default.yml
sapience-0.2.14 config/default.yml
sapience-0.2.13 config/default.yml
sapience-0.2.12 config/default.yml
sapience-0.2.11 config/default.yml
sapience-0.2.10 config/default.yml
sapience-0.2.9 config/default.yml
sapience-0.2.8 config/default.yml