Hello,
i wanted to use a logger in my custom python3 operator like described in this:
i use it like this in my script :
"logger.debug("Connection succesfully stablished ... ")"
but i can not find my message in the Trace Tab.
Also i have to use "import logging as logger" to use it.
Any suggestions? Thank you