simple question: when debugging locally a python c...
# replication-troubleshooting
p
simple question: when debugging locally a python connector how does one set the Log Level to DEBUG? ’m not inside a container. simply testing within PyCharm so that
logger.debug(f"Processing stream slices ...
will appear in the logs for instance nevermind πŸ˜… it’s as simple as adding the
--debug
flag to the python command
πŸ‘πŸΌ 1
πŸ‘ 2