Logging

From Genesys Documentation
Jump to: navigation, search
This is a draft page; the published version of this page can be found at TLM/Current/TLMPEGuide/Logging.


Learn how to store logs for Telemetry Service

Include a link to the "suite-level" documentation for logging:
#mintydocs_link must be called from a MintyDocs-enabled page (Draft:TLM/Current/TLMPEGuide/Logging).

Describe the following:

  1. Log rotation and log sizing requirements.
  2. Logging to stdout is preferred. If the service doesn't log to stdout, it must log to a PVC pointing to a log volume. Specify the storage characteristics of the log volume, such as IOPS, disk size, and read-write.
  3. How to set log levels. Will likely be handled in the Helm chart, so you could include a link to the Configure page from here.