This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 4bcf127 FELIX-6505 : Allow configuration of log format for request
logs
4bcf127 is described below
commit 4bcf1275f750a5f4d1588d6532f394837fe4998d
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Feb 13 11:54:49 2022 +0100
FELIX-6505 : Allow configuration of log format for request logs
---
.../src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/http/jetty/src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java
b/http/jetty/src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java
index 543acd4..66acd72 100644
---
a/http/jetty/src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java
+++
b/http/jetty/src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java
@@ -591,7 +591,7 @@ public final class JettyConfig
}
public String getRequestLogOSGiFormat() {
- return getProperty(FELIX_HTTP_REQUEST_LOG_FORMAT,
CustomRequestLog.NCSA_FORMAT);
+ return getProperty(FELIX_HTTP_REQUEST_LOG_FORMAT,
CustomRequestLog.EXTENDED_NCSA_FORMAT);
}
public String getRequestLogFilePath() {