Handler output logs

Is there a way to output the handler logs so it will be displayed in the worker/pod logs? I am running a 20-60min job so I would like to have visibility to the current status of the job progress.
1 Reply
yhlong00000
yhlong000003w ago
Additional controls | RunPod Documentation
Send progress updates during job execution using the runpod.serverless.progress_update function, and refresh workers for long-running or complex jobs by returning a dictionary with a 'refresh_worker' flag in your handler.

Did you find this page helpful?