Logging
From Genesys Documentation
Revision as of 14:58, June 18, 2021 by Tony.gilchrist@genesys.com (talk | contribs)
This is a draft page; it has not yet been published.
Contents
Learn how to store logs for Billing Data Service (BDS).
BDS writes all logs to the standard output.
Viewing logs
Execute the following kubectl command to check the logs:
kubectl logs bds-pod-wn8bxSetting the log level
Optionally, you can set the log level using the BDS_LOG_LEVEL environment variable. Acceptable values are:
CRITICAL, 50, ERROR, 40, WARNING, 30, INFO, 20, DEBUG, 10,NOTSET, 0.If you do not set a value, BDS reads the default value from gvars.py. If gvars.py contains no value, BDS uses the default value (DEBUG).