Class ServerProperties.Jetty.Accesslog
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- Enclosing class:
- ServerProperties.Jetty
Jetty access log properties.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Log format for Jetty access logs. -
Constructor Summary
-
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
-