Skip to content

Commit 9eb23e8

Browse files
committed
update log
1 parent 68b3d2b commit 9eb23e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/karapace/kafka_rest_apis/consumer_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async def commit_offsets(
298298
error_trace = traceback.format_exc() # Capture the full stack trace
299299
offset_stored_err_message = "Commit failed: Local: No offset stored"
300300
if offset_stored_err_message in error_trace:
301-
LOG.warning("Ignoring KafkaError: No offset stored.")
301+
LOG.warning("Ignoring KafkaError: No offset stored. %s", internal_name)
302302
else:
303303
KarapaceBase.internal_error(message=f"error sending commit request: {ue}", content_type=content_type)
304304
except KafkaError as e:

0 commit comments

Comments
 (0)