Forum Discussion
jeffshurtliff
5 years agoBoss
What kind of retention do you need for your logging? Are you looking for continuous logging or just, for example, tracking the result of the most recent third party API call for the user?
I ask because I'm doing the latter quite a bit in my environment in one or more of the following ways:
- Storing data in the user's cache (assuming the API call is being performed by the user in question)
- Storing the data in a custom metadata field (usually as a JSON string if there's a good amount of data but other times just a string or Boolean value) for a user, node or message.
- Writing the data to a message within a hidden TKB board and then parsing the data with a component and/or function as needed.
konerus
5 years agoAdept
It is actually continous logging which we are lookign for. Is there a possibility?
Related Content
- 2 months ago
- 5 years ago
- 3 years ago
- 13 years ago