telefonicaid / fiware-sth-comet

A component of the FIWARE ecosystem in charge of managing historical and aggregated time series context information
https://fiware-sth-comet.rtfd.io
GNU Affero General Public License v3.0
27 stars 28 forks source link

[IMPROVE] Add documentation section Log and Alarmas #417

Open cesarjorgemartinez opened 7 years ago

cesarjorgemartinez commented 7 years ago

Add documentation section Log and Alarmas

As other Fiware components, by example https://fiware-orion.readthedocs.io/en/master/admin/logs/index.html

AlvaroVega commented 6 years ago

Alarms doc is in: https://github.com/telefonicaid/fiware-sth-comet/blob/master/doc/manuals/alarms.md PR for fix alarm doc link: https://github.com/telefonicaid/fiware-sth-comet/pull/448

AlvaroVega commented 6 years ago

Logs docs is included in https://github.com/telefonicaid/fiware-sth-comet/blob/master/doc/manuals/running.md

LOGOPS_LEVEL: The log level to use. Possible values are: "DEBUG", "INFO", "WARN", "ERROR" and "FATAL". Since the STH component uses the logops package for logging, for further information check out the logops npm package information online. Default value: "INFO".
LOGOPS_FORMAT: The log format to use. Possible values are: "json" (writes logs as JSON), "dev" (for development, used when the NODE_ENV variable is set to 'development'). Since the STH component uses the logops package for logging, for further information please check out the logops npm package information online. Default value: "json".