Missing Logs in Chatflow #8940

Closed
opened 2026-02-21 18:28:43 -05:00 by yindo · 9 comments
Owner

Originally created by @RodrigoAlegria on GitHub (Mar 3, 2025).

Originally assigned to: @laipz8200 on GitHub.

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.0

Cloud or Self Hosted

Cloud

Steps to reproduce

Every flow has a lot of missing logs.
Just run a chatflow with some nodes (+30) and already will be some logs missing.

✔️ Expected Behavior

I would expected for the logging of all used nodes to be there

Actual Behavior

Missing logs from nodes than run near the end of the flow

Originally created by @RodrigoAlegria on GitHub (Mar 3, 2025). Originally assigned to: @laipz8200 on GitHub. ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.0 ### Cloud or Self Hosted Cloud ### Steps to reproduce Every flow has a lot of missing logs. Just run a chatflow with some nodes (+30) and already will be some logs missing. ### ✔️ Expected Behavior I would expected for the logging of all used nodes to be there ### ❌ Actual Behavior Missing logs from nodes than run near the end of the flow
yindo added the 🐞 bugcloud labels 2026-02-21 18:28:43 -05:00
yindo closed this issue 2026-02-21 18:28:43 -05:00
Author
Owner

@crazywoola commented on GitHub (Mar 3, 2025):

Are you running the conversation in debug area? You can get it here.

Image

Only these will be displayed, but everything is logged.

  • From API
  • From Explore
  • From shared application
@crazywoola commented on GitHub (Mar 3, 2025): Are you running the conversation in debug area? You can get it here. <img width="1860" alt="Image" src="https://github.com/user-attachments/assets/e1270679-0211-49fd-86ea-a284ea806891" /> Only these will be displayed, but everything is logged. - From API - From Explore - From shared application
Author
Owner

@RodrigoAlegria commented on GitHub (Mar 3, 2025):

No, im running using API. The initial logs of the flow are there but then the rest of the flow is missing.
In the example below, its missing quite some nodes (in which the end node is also missing)
Before the update to 1.0.0 is was working as expected, after the update they gone missing.

Image

@RodrigoAlegria commented on GitHub (Mar 3, 2025): No, im running using API. The initial logs of the flow are there but then the rest of the flow is missing. In the example below, its missing quite some nodes (in which the end node is also missing) Before the update to 1.0.0 is was working as expected, after the update they gone missing. ![Image](https://github.com/user-attachments/assets/2b32b57e-1504-4223-86ad-b6c83ea820af)
Author
Owner

@crazywoola commented on GitHub (Mar 3, 2025):

I see, it seems the same as this issue https://github.com/langgenius/dify/issues/14689.

We are looking into it.

@crazywoola commented on GitHub (Mar 3, 2025): I see, it seems the same as this issue https://github.com/langgenius/dify/issues/14689. We are looking into it.
Author
Owner

@iamjoel commented on GitHub (Mar 4, 2025):

Can you provide the DSL of the app?

@iamjoel commented on GitHub (Mar 4, 2025): Can you provide the DSL of the app?
Author
Owner

@RodrigoAlegria commented on GitHub (Mar 4, 2025):

Just did some investigation and the issue is from Frontend. The logs are all in the network request but there's some bug showing them.

I cannot provide the DSL for security reasons

@RodrigoAlegria commented on GitHub (Mar 4, 2025): Just did some investigation and the issue is from Frontend. The logs are all in the network request but there's some bug showing them. I cannot provide the DSL for security reasons
Author
Owner

@iamjoel commented on GitHub (Mar 4, 2025):

Can you provide a DSL without security issues to help us locate the problem? Thanks. @Rodrigo58174

@iamjoel commented on GitHub (Mar 4, 2025): Can you provide a DSL without security issues to help us locate the problem? Thanks. @Rodrigo58174
Author
Owner

@huynhbaobk commented on GitHub (Mar 6, 2025):

I got same promblem after Variable aggregator loss the log of nodes

@huynhbaobk commented on GitHub (Mar 6, 2025): I got same promblem after Variable aggregator loss the log of nodes
Author
Owner

@iamjoel commented on GitHub (Mar 7, 2025):

I got same promblem after Variable aggregator loss the log of nodes

@huynhbaobk Can you provide a DSL?

@iamjoel commented on GitHub (Mar 7, 2025): > I got same promblem after Variable aggregator loss the log of nodes @huynhbaobk Can you provide a DSL?
Author
Owner

@RodrigoAlegria commented on GitHub (Mar 12, 2025):

@iamjoel just sent an email with the DSL and some other information to your email ( iamjoel007@gmail.com )

@RodrigoAlegria commented on GitHub (Mar 12, 2025): @iamjoel just sent an email with the DSL and some other information to your email ( iamjoel007@gmail.com )
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8940