ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: The wechat plugin was unable to create a conversation

Open ZxnSnowy opened this issue 1 year ago • 2 comments

Describe your problem

image I have successfully started ragflow, is it a problem with the version of ragflow I am using? Currently, I am using the development version of docker image, may I ask how can I successfully create a session using the open version?

In addition, I noticed that the from common.log import logger was changed to from api.utils.log_utils import logger, but there was no api package for importing files in plugins folder to COW. You still have to use the original from common.log import logger。

ZxnSnowy avatar Nov 14 '24 03:11 ZxnSnowy

What do you mean by common.log?

KevinHuSh avatar Nov 14 '24 04:11 KevinHuSh

From the COW project. Because if want to copy ragflow's plugin folder into the COW project, should use the "from common.log import logger"

ZxnSnowy avatar Nov 14 '24 05:11 ZxnSnowy

@ZxnSnowy RAGFlow logging has been refactored into two log files: ragflow_server.log and task_executor_0.log.

yuzhichang avatar Nov 25 '24 06:11 yuzhichang