This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Deadline: Report GlobalJobPreLoad version in logs #5920
Labels
module: Deadline
AWS Deadline related features
type: enhancement
Enhancements to existing functionality
Issue
When debugging Deadline render issues in the community it often becomes unclear whether they have an up-to-date
GlobalJobPreLoad.py
nor is it clear what version they are using.Proposal
Now, I think we need to add a variable
version
in GlobalJobPreLoad.py because I can't tell which is which!Yes, please! And bonus points for the GlobalJobPreLoad logs also mentioning the version its running!
We can add e.g. this top of file:
And then log it in
__main__()
, e.g.:We might want to do something similar to the Deadline
Ayon
plugin itself.Originally posted by @BigRoy in #5815 (comment)
Not sure what the best implementation might be since it wouldn't say anything about whether a version hasn't been changed locally at all - but at least it would hint to a particular version.
The text was updated successfully, but these errors were encountered: