Log retention and privacy
I'm weighing the cost benefit of cloud GPU for AI inference tasks and self-hosted vs privacy implications.
I want to be able to submit personally private information which I'm comfortable with submitting an API call to initialize a worker as long as it is ephemeral in RAM. However are the API calls logged to any medium that is persistent longer than the specific request is being processed?
Solution:Jump to solution
serverless logs persist for around 30d, please do not log any private or privacy related data
3 Replies
Solution
serverless logs persist for around 30d, please do not log any private or privacy related data
I wouldn't intentionally log any private data, but I'm concerned that the API request to the worker which could potentially have private information in the prompt, if that is logged by runPod infrastructure
runpod does not log the request input data or response output