mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-24 13:38:42 +08:00
Resolve Python Logger library warnings (#19791)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
parent
4dc06ee43f
commit
582b721160
@ -992,7 +992,7 @@ class DocumentService:
|
|||||||
created_by=account.id,
|
created_by=account.id,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
logging.warn(
|
logging.warning(
|
||||||
f"Invalid process rule mode: {process_rule.mode}, can not find dataset process rule"
|
f"Invalid process rule mode: {process_rule.mode}, can not find dataset process rule"
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user