mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-01 05:00:13 +00:00
enhance: log system
This commit is contained in:
parent
a3b45a0c05
commit
08143704f7
24 changed files with 86 additions and 81 deletions
|
|
@ -3,9 +3,11 @@ import httpx
|
|||
import asyncio
|
||||
import os
|
||||
import json
|
||||
from loguru import logger
|
||||
from app.service.chat_service import Chat
|
||||
from app.component.environment import env
|
||||
from app.utils import traceroot_wrapper as traceroot
|
||||
|
||||
logger = traceroot.get_logger("sync_step")
|
||||
|
||||
|
||||
def sync_step(func):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue