Hi, I need to print with different verbosities from within the Python Script node. I verified that using the Python print(“my log”) method it is written to the Knime log with INFO verbosity. If I want to print only in DEBUG level what should I do?
Thank you