Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 148c5508 authored by David Duarte's avatar David Duarte
Browse files

BumbleBluetoothTests: Add timestamp to bumble logs

Bug: 337332458
Fix: 337332458
Test: atest BumbleBluetoothTests
Flag: TEST_ONLY
Change-Id: I10dcefeb9a01c38e5550542ad86143c068096b0b
parent b0eeb67c
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -64,7 +64,9 @@ def main(grpc_port: int, rootcanal_port: int, transport: str, config: str) -> No
    server_config = Config()
    server_config = Config()
    server_config.load_from_dict(bumble_config.get('server', {}))
    server_config.load_from_dict(bumble_config.get('server', {}))


    logging.basicConfig(level=logging.DEBUG)
    logging.basicConfig(level=logging.DEBUG,
                        format='%(asctime)s.%(msecs).03d %(levelname)-8s %(message)s',
                        datefmt='%m-%d %H:%M:%S')
    asyncio.run(serve(device, config=server_config, port=grpc_port))
    asyncio.run(serve(device, config=server_config, port=grpc_port))