You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea would be to add a log target to the global logger (global_logger()). I think the log target can be implemented as a Python class that exposes a write() method with the right signature. I'm not sure about the exact details but that would be the idea.
In appleseed.maya we have this in the render settings:
This only applies to appleseed rendering logs, not addon logs.
And when a filename is selected, we log the output of the renderer to that file. If no filename selected we log as usual.
I can give you the code to implement the logging.
I don't see any way of accessing appleseed log files at the moment. Allowing to write them to disk seems like an option. Thoughts?
The text was updated successfully, but these errors were encountered: