How do I set the logging level for Python recipes?

Options
JamesLeslie
JamesLeslie Registered Posts: 2
import logging
logging.basicConfig(level=logging.ERROR)


I have already tried the code above, but my recipe Python output still shows logs DEBUG and INFO.

image.png

It means it is very hard for me to find the output from my tqdm progress bar.

I am using DSS 13.3.3

Operating system used: Linux

Operating system used: Linux

Answers

Setup Info
    Tags
      Help me…