Setting logType for RenderQueueItem does seem to work, but no logs are created
Hi There,
So, I'm trying to understand why I cannot set Logging option for any given RenderQueueItem in my script.
For example, I have the following (pseudocode):
var myRQItem = app.project.renderQueue.items.add(myComp);
myRQItem.logType = LogType.ERRORS_AND_PER_FRAME_INFO;
Then, when I double check the .logType property for the RenderQueueItem, I do see that it has the value of the "ERRORS_AND_PER_FRAME_INFO" constant. However, when I execute the render the logs actually do not show up. Does anybody know why?
I found this older post at Creative Cow where another developer ran into the issue, but it never got solved.
https://forums.creativecow.net/thread/227/31610
How can I setup logging for renders via ExtendScript scirpting?
Thanks,
Arie