Skip to content

Commit 5b31bda

Browse files
committed
hide logging
1 parent b78b2bd commit 5b31bda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

upydevice/ble_device.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env python
22

3+
import logging
4+
5+
logging.getLogger("bleak.backends.corebluetooth.CentralManagerDelegate").setLevel(logging.ERROR)
6+
logging.getLogger('asyncio').setLevel(logging.WARNING)
7+
38
import asyncio
49
import struct
510
from bleak import BleakClient

0 commit comments

Comments
 (0)