Skip to content

Commit c552086

Browse files
author
Alan Christie
committed
feat: Reduce log (no offset/timestamp)
1 parent e427e08 commit c552086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async def on_message_for_websocket(
340340
r_stream,
341341
es_id,
342342
)
343-
_LOGGER.info(
343+
_LOGGER.debug(
344344
"With offset=%s timestamp=%s",
345345
message_context.offset,
346346
message_context.timestamp,

0 commit comments

Comments
 (0)