src/main/resources/log4j2.properties

Wed, 06 Jan 2021 15:39:56 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 06 Jan 2021 15:39:56 +0100
changeset 180
009700915269
parent 35
4fa33bfa8fb9
permissions
-rw-r--r--

merge resource bundles

universe@180 1 # Copyright 2021 Mike Becker. All rights reserved.
universe@13 2 #
universe@13 3 # Redistribution and use in source and binary forms, with or without
universe@13 4 # modification, are permitted provided that the following conditions are met:
universe@13 5 #
universe@13 6 # 1. Redistributions of source code must retain the above copyright
universe@13 7 # notice, this list of conditions and the following disclaimer.
universe@13 8 #
universe@13 9 # 2. Redistributions in binary form must reproduce the above copyright
universe@13 10 # notice, this list of conditions and the following disclaimer in the
universe@13 11 # documentation and/or other materials provided with the distribution.
universe@13 12 #
universe@13 13 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
universe@13 14 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
universe@13 15 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
universe@13 16 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
universe@13 17 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
universe@13 18 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
universe@13 19 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
universe@13 20 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
universe@13 21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
universe@13 22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
universe@13 23
universe@13 24
universe@14 25 status = warn
universe@14 26 dest = err
universe@29 27 name = LightPITLoggingConfig
universe@14 28
universe@14 29 appender.console.type = Console
universe@14 30 appender.console.name = STDOUT
universe@14 31 appender.console.layout.type = PatternLayout
universe@22 32 appender.console.layout.pattern = %d{ISO8601} [%highlight{%p}] %c{1}: %m %n
universe@14 33
universe@14 34 rootLogger.appenderRef.stdout.ref = STDOUT
universe@13 35
universe@14 36 rootLogger.level = debug

mercurial