"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/log4j-core/src/test/resources/log4j2-2134.yml" (20 Dec 2021, 305 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ansible YAML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 configuration: 
    2   name: NUAR_DEFAULT_LOGGING
    3   Appenders: 
    4      Console: 
    5       name: CONSOLE
    6       target: SYSTEM_OUT
    7       PatternLayout: 
    8         pattern:  "[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n"
    9   Loggers: 
   10     Root: 
   11       level: info
   12       AppenderRef: 
   13         - ref: "CONSOLE"