Skip to content

Commit 4f22df4

Browse files
committed
Adjusted the logging level to match asyncio and sync
1 parent 0b7cfe5 commit 4f22df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/anyio/_parsers/resp3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, socket_read_size):
1919

2020
async def handle_pubsub_push_response(self, response):
2121
logger = getLogger("push_response")
22-
logger.info("Push response: %s", response)
22+
logger.debug("Push response: %s", response)
2323
return response
2424

2525
async def read_response(

0 commit comments

Comments
 (0)