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

alarchives.droid-command-line.6.7.0-RC5.source-code.log4j2.properties Maven / Gradle / Ivy

There is a newer version: 6.8.0
Show newest version
#
# Copyright (c) 2016, The National Archives 
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following
# conditions are met:
#
#  * Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
#
#  * Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#
#  * Neither the name of the The National Archives nor the
#    names of its contributors may be used to endorse or promote products
#    derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

appender.console.type=Console
appender.console.name=console
appender.console.target=SYSTEM_OUT
appender.console.layout.type=PatternLayout
appender.console.layout.pattern=%d{ISO8601} %5p [%t] %c{1}:%L - %m%n

appender.rolling.type = RollingFile
appender.rolling.name = rolling
appender.rolling.fileName = ${sys:logFile}
appender.rolling.filePattern = ${sys:logFile}.%d{yyyy-MM-dd}
appender.rolling.layout.type = PatternLayout
appender.rolling.layout.pattern = %d{ISO8601} %5p [%t] %c{1}:%L - %m%n
appender.rolling.policies.type = Policies
appender.rolling.policies.time.type = TimeBasedTriggeringPolicy

rootLogger.level=warn
rootLogger.appenderRef.console.ref= console
rootLogger.appenderRef.rolling.ref= rolling

logger.nationalarchives.name=uk.gov.nationalarchives
logger.nationalarchives.level=${sys:consoleLogThreshold}
logger.nationalarchives.appenderRef.console.ref = console
logger.nationalarchives.appenderRef.rolling.ref = rolling
logger.nationalarchives.additivity = false

logger.springframework.name=org.springframework
logger.springframework.level=error
logger.springframework.appenderRef.console.ref = console
logger.springframework.appenderRef.rolling.ref = rolling

logger.hibernate.name=org.hibernate
logger.hibernate.level=error
logger.hibernate.appenderRef.console.ref = console
logger.hibernate.appenderRef.rolling.ref = rolling

logger.apache.name=org.apache
logger.apache.level=error
logger.apache.appenderRef.console.ref = console
logger.apache.appenderRef.rolling.ref = rolling

logger.hikari.name=com.zaxxer
logger.hikari.level=error
logger.hikari.appenderRef.console.ref = console
logger.hikari.appenderRef.rolling.ref = rolling







© 2015 - 2025 Weber Informatics LLC | Privacy Policy