-
-
Notifications
You must be signed in to change notification settings - Fork 191
Enhance the access log format #69
Copy link
Copy link
Closed
Labels
feature-requestFeature requests or enhancementsFeature requests or enhancements
Description
Metadata
Metadata
Assignees
Labels
feature-requestFeature requests or enhancementsFeature requests or enhancements
Currently the access log outputs the following format:
It would be useful if a standard format was used, the most obvious being: http://en.wikipedia.org/wiki/Common_Log_Format. A more adventurous alternate would be the MS IIS extended log file format: https://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bea506fd-38bc-4850-a4fb-e3a0379d321f.mspx?mfr=true, this is a customizable format which has the interesting
time-takenfield which is critical for performance analysis of REST APIs.