e.ibis-adapterframework-core.7.9.5.source-code.log4j4ibis.properties Maven / Gradle / Ivy
The newest version!
# maximum file size of plain log files, can also be KB, e.g. 512KB
log.maxFileSize=1MB
# maximum number of history logfiles
log.maxBackupIndex=9
# maximum file size of xml log files
log.xml.maxFileSize=1MB
log.xml.maxBackupIndex=9
# maximum file size of msg log files
log.msg.maxFileSize=1MB
log.msg.maxBackupIndex=9
# set max character length for log lines. NOTE: Ladybug checkpoint messages can be capped with the 'ibistesttool.maxMessageLength' property.
log.lengthLogRecords=-1
# Sample regex to hide all messages from particular threads whose name matches this regex
#log.thread.rejectRegex=(WebControl.*)
# Sample regex to hide all characters between '' and ' ':
#log.hideRegex=(?<=).*?(?= )
# Alternate sample regex to hide all characters following 'password="..."'
#log.hideRegex=(?<=password=").+?(?=")
# list of packages to be suppressed in stacktraces
log.stacktrace.filters=nl.nn.adapterframework.processors,nl.nn.ibistesttool,org.springframework.aop,org.springframework.cglib.proxy,sun.reflect,java.lang.reflect,org.springframework.integration.handler,org.springframework.security.web
# security loglevel
security.log.level=INFO
© 2015 - 2024 Weber Informatics LLC | Privacy Policy