Changes

Created page with 'Hi, please add the following information to the standard logger section: To have debug messages displayed, you have to set the logging level to logging.DEBUG self.logger = se…'
Hi,

please add the following information to the standard logger section:

To have debug messages displayed, you have to set the logging level to logging.DEBUG

self.logger = setLevel(logging.DEBUG)

thx!

--̃̃̃̃