Sha256: a236b76c2140b65edf80ba3d963bc6c35a63590a9cde38a51ce3daa8ae24a7e6

Contents?: true

Size: 663 Bytes

Versions: 8

Compression:

Stored size: 663 Bytes

Contents

rootLogger: INFO, console, file
logger:
  # log action execution errors for easier debugging
  action: DEBUG
  # reduce the logging for aws, too much is logged under the default INFO
  com.amazonaws: WARN

  # gateway
  #gateway: DEBUG
  #index.gateway: DEBUG

  # peer shard recovery
  #index.shard.recovery: DEBUG

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

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

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
mama_search-0.0.4 lib/mama_search/generators/templates/logging.yml
mama_search-0.0.4 vendor/elasticsearch-0.16.0/config/logging.yml
mama_search-0.0.3 lib/mama_search/generators/templates/logging.yml
mama_search-0.0.3 vendor/elasticsearch-0.14.2/config/logging.yml
mama_search-0.0.2 lib/mama_search/generators/templates/logging.yml
mama_search-0.0.2 vendor/elasticsearch-0.14.2/config/logging.yml
mama_search-0.0.1 lib/mama_search/generators/templates/logging.yml
mama_search-0.0.1 vendor/elasticsearch-0.14.2/config/logging.yml