Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
aeb200e583
|
@ -307,7 +307,7 @@ public class CustomRequestLog extends ContainerLifeCycle implements RequestLog
|
|||
|
||||
public CustomRequestLog(String file)
|
||||
{
|
||||
this(file, NCSA_FORMAT);
|
||||
this(file, EXTENDED_NCSA_FORMAT);
|
||||
}
|
||||
|
||||
public CustomRequestLog(String file, String format)
|
||||
|
|
Loading…
Reference in New Issue