Is there anyway to get the logged out errors from the publish api?
When my publish plugins validate method returns False is there anyway to get any errors that I logged?
I’m trying to publish remotely on our render farm and I need to be able to tell the artist what failed.
The publish manger’s validate method just returns this when I print it out [(<PublishTask: None>, None)]
Or do I have to keep track of every error I’m logging in all of my plugins to be able to raise them all at once at the end of my validate steps.