I am new to python so forgive the question. But I...
# troubleshooting
w
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
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)