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

src.test-resources.log.properties Maven / Gradle / Ivy

The newest version!
# ------------------------------------------
# Logger configuration for Junit test cases
#
# see: org.objectweb.howl.log.Configuration
# for list of properties.
#
# this set of properties is set to support
# JUnit test cases.  The parameters are
# intended to allow rather short tests
# (less than 20 seconds) to exercise all of
# the HOWL code.
#
# These parameters need to be adjusted for
# production environments.
# $Id: log.properties,v 1.5 2005/11/17 22:35:19 girouxm Exp $
# ------------------------------------------
listConfig = false
minBuffers = 4
maxBuffers = 64
maxBlocksPerFile = 25
logFileDir = target/logs
logFileName = howl
maxLogFiles = 3
logFileMode = rw
flushPartialBuffers = true
checksumEnabled = true
adler32Checksum = false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy