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

Commit 9e746fd9 authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Merge "BumbleBluetoothTests: Add timestamp to bumble logs" into main am: 8f5b390d

parents e6da4cc3 8f5b390d
Loading
Loading
Loading
Loading
+3 −1
Original line number 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.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))