Skip to content

Commit fca3158

Browse files
committed
Remove statement to set the logging level
Using urllib3 as an example, users should be able to set the default level of all loggers when configuring logging instead of relying on each library to set the appropriate level.
1 parent 2ae8e84 commit fca3158

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mavsdk/async_plugin_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ async def _connect_backend(self):
3131
)
3232

3333
logger = logging.getLogger(__name__)
34-
logger.setLevel(logging.DEBUG) # Enable debug messages by default
3534
logger.addHandler(logging.NullHandler()) # Avoid errors when user has not configured logging
3635

3736
logger.debug("Waiting for mavsdk_server to be ready...")

0 commit comments

Comments
 (0)