Skip to content

Commit 15b41ad

Browse files
authored
Remove obsolete hpack logging adjustment from examples (#1247)
2 parents a2a9066 + c3758d6 commit 15b41ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/battery_pool.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ async def main() -> None:
2121
logging.basicConfig(
2222
level=logging.DEBUG, format="%(asctime)s %(name)s %(levelname)s:%(message)s"
2323
)
24-
# Reduce undesired noise from hpack
25-
logging.getLogger("hpack.hpack").setLevel(logging.INFO)
2624

2725
await microgrid.initialize(
2826
MICROGRID_API_URL,

0 commit comments

Comments
 (0)