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

id-test.0.9.5.1.source-code.logging.properties Maven / Gradle / Ivy

#
# Copyright (C) 2014 Dmitry Ovchinnikov
# Marid, the free data acquisition and visualization software
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see .
#

logger.level=INFO
logger.handlers=CONSOLE

handler.CONSOLE=org.jboss.logmanager.handlers.ConsoleHandler
handler.CONSOLE.properties=autoFlush
handler.CONSOLE.level=INFO
handler.CONSOLE.autoFlush=true
handler.CONSOLE.formatter=TEST_FORMATTER

formatter.TEST_FORMATTER=org.jboss.logmanager.formatters.PatternFormatter
formatter.TEST_FORMATTER.properties=pattern
formatter.TEST_FORMATTER.pattern=%d{HH:mm:ss.SSS} %-5.5p [%40.-40c{1.}] %s%E%n




© 2015 - 2024 Weber Informatics LLC | Privacy Policy