th2.th2-cr-converter.1.3.6.source-code.log4j2.properties Maven / Gradle / Ivy
#
# Copyright 2020-2022 Exactpro (Exactpro Systems Limited)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Name of the configuration
name=InfraLogger
# Console appender configuration
appender.console.type=Console
appender.console.name=consoleLogger
appender.console.layout.type=PatternLayout
appender.console.layout.pattern=%d{dd MMM yyyy HH:mm:ss,SSS} %-6p [%-15t] %c - %m%n
# Root logger level
rootLogger.level=INFO
# Root logger referring to console appender
rootLogger.appenderRef.stdout.ref=consoleLogger
logger.fabric8.name=io.fabric8.kubernetes.client.informers.cache
logger.fabric8.level=WARN
#set th2 logging level to DEBUG
logger.th2.name=com.exactpro.th2
logger.th2.level=DEBUG