Skip to content

Commit c6316ff

Browse files
committed
update finish_event log
1 parent 8d35160 commit c6316ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cozeloop/internal/trace/trace.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ def default_finish_event_processor(info: FinishEventInfo):
159159
if info is None:
160160
return
161161
if info.is_event_fail:
162-
logger.error(f"[fornax_sdk] finish_event[{info.event_type}] fail, msg: {info.detail_msg}")
162+
logger.error(f"finish_event[{info.event_type}] fail, msg: {info.detail_msg}")
163163
else:
164-
logger.debug(f"[fornax_sdk] finish_event[{info.event_type}] success, item num: {info.item_num}, msg: {info.detail_msg}")
164+
logger.debug(f"finish_event[{info.event_type}] success, item num: {info.item_num}, msg: {info.detail_msg}")

0 commit comments

Comments
 (0)