Class JettyServerProperties.Accesslog

java.lang.Object
org.springframework.boot.autoconfigure.web.server.jetty.JettyServerProperties.Accesslog
Enclosing class:
JettyServerProperties

public static class JettyServerProperties.Accesslog extends Object
Jetty access log properties.
Since:
3.5.0
Author:
Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Eddú Meléndez, Quinten De Swaef, Venil Noronha, Aurélien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
  • Constructor Details

    • Accesslog

      public Accesslog()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getFormat

    • setFormat

      public void setFormat(JettyServerProperties.Accesslog.FORMAT format)
    • getCustomFormat

      public String getCustomFormat()
    • setCustomFormat

      public void setCustomFormat(String customFormat)
    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getFileDateFormat

      public String getFileDateFormat()
    • setFileDateFormat

      public void setFileDateFormat(String fileDateFormat)
    • getRetentionPeriod

      public int getRetentionPeriod()
    • setRetentionPeriod

      public void setRetentionPeriod(int retentionPeriod)
    • isAppend

      public boolean isAppend()
    • setAppend

      public void setAppend(boolean append)
    • getIgnorePaths

      public List<String> getIgnorePaths()
    • setIgnorePaths

      public void setIgnorePaths(List<String> ignorePaths)