Hello,
I’m trying to develop a python event plugin and was wondering where they log to and what they log if they log at all. It would be useful so I can see if it’s behaving properly or not. I have followed the tutorial but I have a feeling one of the imports in my plugin can’t be found but I’m not sure because I can’t find where the error output is.
Many thanks,
Dan
Hi,
I believe the(log/error) reports for event plugins go into the reports for the particular job in which it was executed on.
Alternatively, you could remote into the slave that is processing the last task of the particular job in question which is about to have an event plugin executed on it and you should see any LogInfo / Print / FailRender / Error log information displayed directly in that slaves window.
Mike
Cool. They’re showing up in the slave log window. Thank you.