I am new to python so forgive the question. But I am not seeing any logging messages I have put into my stream and tap files for a plug-in I am developing. Any 101 advice would be greatly appreciated.
c
christoph
12/07/2023, 9:06 PM
Did you make sure to send the logging messages to stderr ? (If you use the default logger class in python, that should already be the case)