...
Code Block |
---|
sudo logrotate --debug /etc/logrotate.d/trifacta-logrotate.conf |
Configure log format
You can configure the fields and format of them for the following logs:
Log | Parameter |
---|---|
VFS Service | vfs-service.loggerOptions.format |
WebApp | webapp.loggerOptions.format |
For each of the above parameters, you can use a token-based method of configuring the fields to include in a log entry. You can modify:
- The sequence of fields
- The fields to include
- For some fields, you can specify specific subsets of the available information.
Entries are specified as space-delimited fields, each of which begins with a colon:
Code Block |
---|
:field1 :field2 :field3 |
For more information on these log format options, see https://github.com/expressjs/morgan#tokens.
WebApp
The WebApp manages loading of data from the supported connections into the front-end web interface.
...