Package org.apache.activemq.artemis.dto
Class RequestLogDTO
- java.lang.Object
-
- org.apache.activemq.artemis.dto.RequestLogDTO
-
public class RequestLogDTO extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Booleanappendappend to logjava.lang.Booleanextendedthe extended request log format flagjava.lang.Stringfilenamethe output file name of the request logjava.lang.StringfilenameDateFormatthe log file name date formatjava.lang.Stringformatthe format to use for logging; see https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/CustomRequestLog.htmljava.lang.StringignorePathsrequest paths that will not be loggedjava.lang.BooleanlogCookiesDeprecated.java.lang.StringlogDateFormatDeprecated.java.lang.BooleanlogLatencyDeprecated.java.lang.StringlogLocaleDeprecated.java.lang.BooleanlogServerDeprecated.java.lang.StringlogTimeZoneDeprecated.java.lang.BooleanpreferProxiedForAddressDeprecated.java.lang.IntegerretainDaysthe number of days before rotated log files are deleted
-
Constructor Summary
Constructors Constructor Description RequestLogDTO()
-
-
-
Field Detail
-
filename
public java.lang.String filename
the output file name of the request log
-
append
public java.lang.Boolean append
append to log
-
extended
public java.lang.Boolean extended
the extended request log format flag
-
logCookies
@Deprecated public java.lang.Boolean logCookies
Deprecated.logging of the request cookies
-
logTimeZone
@Deprecated public java.lang.String logTimeZone
Deprecated.the output file name of the request log
-
filenameDateFormat
public java.lang.String filenameDateFormat
the log file name date format
-
retainDays
public java.lang.Integer retainDays
the number of days before rotated log files are deleted
-
ignorePaths
public java.lang.String ignorePaths
request paths that will not be logged
-
logDateFormat
@Deprecated public java.lang.String logDateFormat
Deprecated.the timestamp format string for request log entries
-
logLocale
@Deprecated public java.lang.String logLocale
Deprecated.the locale of the request log
-
logLatency
@Deprecated public java.lang.Boolean logLatency
Deprecated.logging of request processing time
-
logServer
@Deprecated public java.lang.Boolean logServer
Deprecated.logging of the request hostname
-
preferProxiedForAddress
@Deprecated public java.lang.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 java.lang.String format
the format to use for logging; see https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/CustomRequestLog.html
-
-