com.devonfw.logging.logback.application-logging.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devon4j-logging Show documentation
Show all versions of devon4j-logging Show documentation
Logging Module of the Open Application Standard Platform for Java (devon4j).
logPattern=[D: %d{ISO8601}] [P: %-5p] [C: %X{correlationId}] [T: %t] [L: %c] - [M: %m] %n
rollingAppenderMaxHistory=240
rollingPattern=%d{yyyy-MM-dd_HH}
rollingSuffix=00
logPath=logs
errorLogFile=error_log_${HOSTNAME}_${appname}
infoLogFile=info_log_${HOSTNAME}_${appname}
debugLogFile=debug_log_${HOSTNAME}_${appname}
securLogFile=secur_log_${HOSTNAME}_${appname}