accessLogFormat
This option is used to customize the server access log format. Logging is implemented using morgan. Any format value (string or function) accepted by morgan can be specified. The default value is ":method :url :status :response-time ms - :res[content-length]"
Example
accessLogFormat: "combined"
Click here for information on how to modify this setting.