Sha256: 79b884200a3a84d4868990beb13e7e03907d5686a7a9e2a4901111a5e30145aa

Contents?: true

Size: 900 Bytes

Versions: 5

Compression:

Stored size: 900 Bytes

Contents

rootLogger: DEBUG, console, file

#
# Put the name of any module -- using its config path -- in the section below.
#
logger:
  # log action execution errors for easier debugging
  action :      DEBUG

  index:
    shard:
      recovery: DEBUG
    store:      INFO
    gateway:    DEBUG
    engine:     DEBUG
    merge:      DEBUG
    translog:   DEBUG
  cluster:
    service:    DEBUG
    action:
      shard:    DEBUG
  gateway:      DEBUG
  discovery:    DEBUG
  jmx:          DEBUG
  httpclient:   INFO
  node:         DEBUG
  plugins:      DEBUG

appender:
  console:
    type: console
    layout:
      type: consolePattern
      conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"

  file:
    type: dailyRollingFile
    file: ${path.logs}/${cluster.name}.log
    datePattern: "'.'yyyy-MM-dd"
    layout:
      type: pattern
      conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"
      

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wonderdog-0.2.0 config/logging.yml
wonderdog-0.1.1 config/logging.yml
wonderdog-0.1.0 config/logging.yml
wonderdog-0.0.2 config/logging.yml
wonderdog-0.0.1 config/logging.yml