Class JettyServerProperties.Accesslog
java.lang.Object
org.springframework.boot.autoconfigure.web.server.jetty.JettyServerProperties.Accesslog
- Enclosing class:
JettyServerProperties
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Log format for Jetty access logs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
isAppend()
boolean
void
setAppend
(boolean append) void
setCustomFormat
(String customFormat) void
setEnabled
(boolean enabled) void
setFileDateFormat
(String fileDateFormat) void
setFilename
(String filename) void
void
setIgnorePaths
(List<String> ignorePaths) void
setRetentionPeriod
(int retentionPeriod)
-
Constructor Details
-
Accesslog
public Accesslog()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getFormat
-
setFormat
-
getCustomFormat
-
setCustomFormat
-
getFilename
-
setFilename
-
getFileDateFormat
-
setFileDateFormat
-
getRetentionPeriod
public int getRetentionPeriod() -
setRetentionPeriod
public void setRetentionPeriod(int retentionPeriod) -
isAppend
public boolean isAppend() -
setAppend
public void setAppend(boolean append) -
getIgnorePaths
-
setIgnorePaths
-