We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hpack
2 parents a2a9066 + c3758d6 commit 15b41adCopy full SHA for 15b41ad
examples/battery_pool.py
@@ -21,8 +21,6 @@ async def main() -> None:
21
logging.basicConfig(
22
level=logging.DEBUG, format="%(asctime)s %(name)s %(levelname)s:%(message)s"
23
)
24
- # Reduce undesired noise from hpack
25
- logging.getLogger("hpack.hpack").setLevel(logging.INFO)
26
27
await microgrid.initialize(
28
MICROGRID_API_URL,
0 commit comments