Similar-Images-Bot/log4j2.yaml

17 lines
361 B
YAML
Raw Permalink Normal View History

2020-10-17 23:52:28 +03:00
Configuration:
name: SimilarImagesBot
Appenders:
Console:
- name: Console
target: SYSTEM_OUT
PatternLayout:
Pattern: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"
Loggers:
Root:
level: debug
AppenderRef:
- ref: Console
level: debug