![JAR search and dependency download from the Maven repository](/logo.png)
ework.frankframework-core.8.2.0.source-code.log4j4ibis.properties Maven / Gradle / Ivy
# 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 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=org.frankframework.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 - 2025 Weber Informatics LLC | Privacy Policy