Override publishing logger

Hi,

I’m instantiating desktop engine to create a stand alone publisher like:
publisher = engine.apps['tk-multi-publish2']
manager = publisher.create_publish_manager()

I’d like to override the logger for the publish plugins but I’ve not been able to find a way how.
I can’t just set the individual plugin’s logger variable to a new logger.
Any advice?

3 Likes