Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

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]"

Code Block
languagejavascript
titleExample
accessLogFormat: "combined"

Click here for information on how to modify this setting.