Package org.apache.activemq.artemis.dto
Class RequestLogDTO
java.lang.Object
org.apache.activemq.artemis.dto.RequestLogDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionappend to logthe extended request log format flagthe output file name of the request logthe log file name date formatthe format to use for logging; see https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/CustomRequestLog.htmlrequest paths that will not be loggedDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.the number of days before rotated log files are deleted -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetExtended(Boolean extended) voidsetFilename(String filename) voidsetFilenameDateFormat(String filenameDateFormat) voidvoidsetIgnorePaths(String ignorePaths) voidsetRetainDays(Integer retainDays)
-
Field Details
-
filename
the output file name of the request log -
append
append to log -
extended
the extended request log format flag -
logCookies
Deprecated.logging of the request cookies -
logTimeZone
Deprecated.the output file name of the request log -
filenameDateFormat
the log file name date format -
retainDays
the number of days before rotated log files are deleted -
ignorePaths
request paths that will not be logged -
logDateFormat
Deprecated.the timestamp format string for request log entries -
logLocale
Deprecated.the locale of the request log -
logLatency
Deprecated.logging of request processing time -
logServer
Deprecated.logging of the request hostname -
preferProxiedForAddress
Deprecated.whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged -
format
the format to use for logging; see https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/CustomRequestLog.html
-
-
Constructor Details
-
RequestLogDTO
public RequestLogDTO()
-
-
Method Details
-
getFilename
-
setFilename
-
getAppend
-
setAppend
-
getExtended
-
setExtended
-
getFilenameDateFormat
-
setFilenameDateFormat
-
getRetainDays
-
setRetainDays
-
getIgnorePaths
-
setIgnorePaths
-
getFormat
-
setFormat
-