Challenge
We have noticed that the logs in Cognigy are only saved for up to 24 hours. For debugging purposes, we would like to have access to the logs for a longer period.
Solution
There is a possibility to change the storage time of the logs by adding the following environment variable to your environment config-map:
LOG_ENTRIES_TTL_IN_MINUTES
After the variable simply add the number of minutes you want the logs to be stored for.
NOTE: After adding this variable, you will need to restart the service-logs pod.
Comments
0 comments