diff --git a/examples/battery_pool.py b/examples/battery_pool.py index 405b658ec..79f543609 100644 --- a/examples/battery_pool.py +++ b/examples/battery_pool.py @@ -21,8 +21,6 @@ async def main() -> None: logging.basicConfig( level=logging.DEBUG, format="%(asctime)s %(name)s %(levelname)s:%(message)s" ) - # Reduce undesired noise from hpack - logging.getLogger("hpack.hpack").setLevel(logging.INFO) await microgrid.initialize( MICROGRID_API_URL,