All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arch.elasticsearch.0.6.0.source-code.logging.yml Maven / Gradle / Ivy

There is a newer version: 8.15.1
Show newest version
rootLogger: INFO, console, file
logger:
  jgroups: WARN
  # log action execution errors for easier debugging
  action : 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"
      




© 2015 - 2024 Weber Informatics LLC | Privacy Policy