Page tree

Versions Compared

Key

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

...

For more information on these log format options, see https://github.com/expressjs/morgan#tokens.

Configure output format

By default, logs are in flat text format and exported as .log files. 

Some loggers enable output in JSON format.

Info

NOTE: JSON format is not recommended for

D s product
. You may not be able to download logs in JSON format.

To enable JSON format, locate the appropriate parameter, where the wildcard below represents the service. Set the value to true:

Code Block
"*.loggerOptions.json": true,

Save your changes and restart the platform or service.

More examples are listed below.

WebApp

The WebApp manages loading of data from the supported connections into the front-end web interface.

...