Save All Render Logs For Every Completed Job

Hello!

I want to write a script which once a job completes, the render logs for each task are saved to a specified directory. Or, is there a setting in Deadline already set up to enable this?

My initial thought was to use the Post Job Script route. Surely this has been done before so if there is a smarter way to do it - I would be so grateful to hear it.

Thank you in advance for the insight!

If you want this to be a repository wide behaviour Iā€™d use an event plugin for this acting upon a OnJobFinishedCallback.

1 Like

Excellent! Thank you for the guidance!