Skip to Content
0
Apr 30, 2020 at 09:10 AM

SAP DataHub / Data Intelligence Python3 operator logging

982 Views Last edit May 27, 2020 at 01:54 PM 3 rev

Hello,

i wanted to use a logger in my custom python3 operator like described in this:

https://help.sap.com/viewer/1c1341f6911f4da5a35b191b40b426c8/Cloud/en-US/603c6d6a7d384343b91ac7c593738465.html

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