-
Enhancement
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
This access log format pattern does not provide sufficient information for troubleshooting.
%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p (%t) [%c] %m%throwable%n
The following format is effective during troubleshooting, especially when duration information is needed.
%X{address} %X{user} [%d{dd/MMM/yyyy:HH:mm:ss Z}] "%X{method} %m %X{protocol}" %X{status} %X{requestSize} %X{responseSize} %X{duration}%n
While it is possible to configure the above settings with custom configuration it is desirable to provide a simple way for operators to specify the access log format pattern easily through operator settings.