us.kroxylicious-app.0.7.0.source-code.log4j2.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kroxylicious-app Show documentation
Show all versions of kroxylicious-app Show documentation
A runnable proxy application. Provides the main() method.
#
# Copyright Kroxylicious Authors.
#
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#
---
Configuration:
status: WARN
name: Config
Appenders:
Console:
name: STDOUT
target: SYSTEM_OUT
PatternLayout:
pattern: "%d{yyyy-MM-dd HH:mm:ss} <%t> %-5p %c:%L - %m%n"
Loggers:
Root:
level: "${env:KROXYLICIOUS_ROOT_LOG_LEVEL:-WARN}"
additivity: false
AppenderRef:
- ref: STDOUT
Logger:
- name: io.kroxylicious
level: "${env:KROXYLICIOUS_APP_LOG_LEVEL:-${env:KROXYLICIOUS_ROOT_LOG_LEVEL:-INFO}}"
additivity: false
AppenderRef:
- ref: STDOUT
- name: com.github.benmanes.caffeine.cache.LocalAsyncCache
level: ERROR
additivity: false
AppenderRef:
- ref: STDOUT