Toggle navigation
Toggle navigation
This project
Loading...
Sign in
lizhengwei
/
aigc-embedding-service
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangdongxu
2026-04-02 17:16:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4fc18be40988b057ba25cd584ac87e0ab6434d76
4fc18be4
1 parent
6b065fc6
jira:NYJ-1460 desc:init
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
main.py
main.py
View file @
4fc18be
import
os
from
pathlib
import
Path
os
.
environ
[
"APP_LOG_TYPE"
]
=
"file"
os
.
environ
[
'PROJECT_ROOT'
]
=
Path
(
__file__
)
.
parent
.
absolute
()
.
as_posix
()
from
aabd.base.patched_logging
import
set_global_logger
,
get_logger
...
...
Please
register
or
login
to post a comment