c-bicoe.dina-base-api.0.132.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 dina-base-api Show documentation
Show all versions of dina-base-api Show documentation
Base DINA API package for Java built on SpringBoot and Crnk
The newest version!
Configuration:
name: dina
Properties:
Property:
name: log-path
value: "logs"
Appenders:
Console:
name: LogToConsole
target: SYSTEM_OUT
PatternLayout:
pattern: "%d [%t] %-5p %c - %m%n"
File:
name: LogToFile
fileName: ${log-path}/app.log
PatternLayout:
pattern: "%d [%t] %-5p %c - %m%n"
Loggers:
Logger:
- name: ca.gc.aafc
additivity: false
level: debug
AppenderRef:
- ref: LogToConsole
# - ref: LogToFile
Root:
level: warning
AppenderRef:
- ref: LogToConsole
© 2015 - 2024 Weber Informatics LLC | Privacy Policy