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

c-bicoe.dina-base-api.0.132.source-code.log4j2.yaml Maven / Gradle / Ivy

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