Issue #113
default to extended format Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
7742650fa5
commit
132aef4420
|
@ -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