feat:为多个模块添加丰富的追踪信息以增强调试能力
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from fastapi import APIRouter, HTTPException
|
||||
from rich.traceback import install
|
||||
install(show_locals=True, extra_lines=3)
|
||||
|
||||
# 创建APIRouter而不是FastAPI实例
|
||||
router = APIRouter()
|
||||
|
||||
Reference in New Issue
Block a user