This website requires JavaScript.
Explore
Help
Sign In
YueHuihui
/
RAGflow
Watch
1
Star
0
Fork
You've already forked RAGflow
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ae462bc9dc
RAGflow
/
management
/
server
/
services
/
knowledgebases
/
__init__.py
5 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
chores: 调整解析文件结构,增强可读性
2025-06-12 22:17:41 +08:00
import
logging
logger
=
logging
.
getLogger
(
__name__
)
Update __init__.py 防止解析时不显示日志
2025-07-07 21:09:21 +08:00
logger
.
setLevel
(
logging
.
INFO
)