Package org.apache.activemq.artemis.dto
Class RequestLogDTO
- java.lang.Object
-
- org.apache.activemq.artemis.dto.RequestLogDTO
-
public class RequestLogDTO extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Booleanappendappend to logBooleanextendedthe extended request log format flagStringfilenamethe output file name of the request logStringfilenameDateFormatthe log file name date formatStringformatthe format to use for logging; see https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/CustomRequestLog.htmlStringignorePathsrequest paths that will not be loggedBooleanlogCookiesDeprecated.StringlogDateFormatDeprecated.BooleanlogLatencyDeprecated.StringlogLocaleDeprecated.BooleanlogServerDeprecated.StringlogTimeZoneDeprecated.BooleanpreferProxiedForAddressDeprecated.IntegerretainDaysthe number of days before rotated log files are deleted
-
Constructor Summary
Constructors Constructor Description RequestLogDTO()
-
-
-
Field Detail
-
filename
public String filename
the output file name of the request log
-
append
public Boolean append
append to log
-
extended
public Boolean extended
the extended request log format flag
-
logCookies
@Deprecated public Boolean logCookies
Deprecated.logging of the request cookies
-
logTimeZone
@Deprecated public String logTimeZone
Deprecated.the output file name of the request log
-
filenameDateFormat
public String filenameDateFormat
the log file name date format
-
retainDays
public Integer retainDays
the number of days before rotated log files are deleted
-
ignorePaths
public String ignorePaths
request paths that will not be logged
-
logDateFormat
@Deprecated public String logDateFormat
Deprecated.the timestamp format string for request log entries
-
logLocale
@Deprecated public String logLocale
Deprecated.the locale of the request log
-
logLatency
@Deprecated public Boolean logLatency
Deprecated.logging of request processing time
-
logServer
@Deprecated public Boolean logServer
Deprecated.logging of the request hostname
-
preferProxiedForAddress
@Deprecated public Boolean preferProxiedForAddress
Deprecated.whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged
-
format
public String format
the format to use for logging; see https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/CustomRequestLog.html
-
-