Replies: 1 comment
-
|
Hello @shlim33! I'm here to help you with your questions and issues while you wait for a human maintainer. If you have any bugs to fix or need assistance, just let me know! To check logs in Langflow 1.3.2 when flows or components are running, you can access the Logs pane, which provides a detailed record of all component executions within a workspace. To access the Logs pane, click your Flow Name, and then select Logs. Additionally, Langflow stores logs at the location specified in the For real-time log streaming, you can use Server-Sent Events (SSE) by executing the following command: curl -X GET \
"$LANGFLOW_URL/logs-stream" \
-H "accept: text/event-stream"This will allow you to stream logs as they are generated during flow or component execution. Additionally, you can retrieve logs with optional query parameters such as curl -X GET \
"$LANGFLOW_URL/logs?lines_before=0&lines_after=0×tamp=0" \
-H "accept: application/json"This command will return the last 10 lines of logs by default. To ensure logs appear in the component output logs tab, you need to explicitly call To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Langflow 1.3.2. Logs are properly recorded in the console and log files when the server starts, but no logs are recorded when running flows or components. Could you please tell me how to check the logs?
Beta Was this translation helpful? Give feedback.
All reactions