Hi there,
Stupid question for a friday!
How do I get the logger in an app to print to the sg desktop log? eg the app.py in the starter-app?
I’ve tried
self.logger.info("blah")
self.engine.logger.info("blah")
Neither produce any output.
I’ve also tried a standard logger = sgtk.LogManager.get_logger(__name__)
method… but no joy.
Is this the old “desktop ate my logs” issue rearing its head?
thanks
p.