mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 19:50:34 +00:00
enhance: log system
This commit is contained in:
parent
a3b45a0c05
commit
08143704f7
24 changed files with 86 additions and 81 deletions
|
|
@ -8,8 +8,10 @@ from app.component.encrypt import password_verify
|
|||
from app.component.stack_auth import StackAuth
|
||||
from app.exception.exception import UserException
|
||||
from app.model.user.user import LoginByPasswordIn, LoginResponse, Status, User, RegisterIn
|
||||
from loguru import logger
|
||||
from app.component.environment import env
|
||||
from app.utils import traceroot_wrapper as traceroot
|
||||
|
||||
logger = traceroot.get_logger("server_login_controller")
|
||||
|
||||
|
||||
router = APIRouter(tags=["Login/Registration"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue