damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turn off [INFO] tello.py ...

gmrwvu opened this issue · comments

Thank you for sharing djitellopy, it is working great but I have one request. Is it possible to turn off the [INFO] tello.py ... feed to stdout?

DJITelloPy is using the built-in python logging library. The logging instance is available at Tello.LOGGER. Please see this code snippet: https://github.com/damiafuentes/DJITelloPy/blob/master/djitellopy/tello.py#L74C9-L75

I guess this could be added to the documentation / readme or as an example. hmm