Class RequestLogDTO

java.lang.Object
org.apache.activemq.artemis.dto.RequestLogDTO

public class RequestLogDTO extends Object
  • Field Details

    • 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
  • Constructor Details

    • RequestLogDTO

      public RequestLogDTO()
  • Method Details

    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getAppend

      public Boolean getAppend()
    • setAppend

      public void setAppend(Boolean append)
    • getExtended

      public Boolean getExtended()
    • setExtended

      public void setExtended(Boolean extended)
    • getFilenameDateFormat

      public String getFilenameDateFormat()
    • setFilenameDateFormat

      public void setFilenameDateFormat(String filenameDateFormat)
    • getRetainDays

      public Integer getRetainDays()
    • setRetainDays

      public void setRetainDays(Integer retainDays)
    • getIgnorePaths

      public String getIgnorePaths()
    • setIgnorePaths

      public void setIgnorePaths(String ignorePaths)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)