...
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
|
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.
...