R
Runpod2y ago
Saffie

Logs are missing.

I'm trying to get the error logs on prediction but all I see are the model loading/downloading while building the docker. How can I get the logs for inference to debug?
7 Replies
ashleyk
ashleyk2y ago
Click the logs tab on your endpoint.
Saffie
SaffieOP2y ago
that seems to be missing logs quite often
ashleyk
ashleyk2y ago
Yeah if your logs are too verbose, they get dropped
Saffie
SaffieOP2y ago
no way to fix that?
ashleyk
ashleyk2y ago
Nope unfortunately not, RunPod designed it like that for some reason. Perhaps @flash-singh can provide some further input.
Saffie
SaffieOP2y ago
another question, Im trying to save an image that is being sent for inference, and then read it later. But I get an error that says it cant find the image. Do you have any idea why that is?
ashleyk
ashleyk2y ago
You have to use network storage if you want to persist data across all of your workers/use the data later. The container disk is temporary and the data gets lost when the container stops.

Did you find this page helpful?