langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
53.24k stars 7.77k forks source link

optimize log page, make log search easier #10753

Open Gaocarri opened 2 weeks ago

Gaocarri commented 2 weeks ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

Because i have too many logs, i need jump page and search by time range, and if page > 1000, not displayed well.

image

2. Additional context or comments

No response

3. Can you help us with this feature?

crazywoola commented 1 week ago

We have a related pr before, but it will cause the slow db query, so we didn't merge it. If you are interested in implement this feature, please be aware of this problem. :)

Gaocarri commented 1 week ago

We have a related pr before, but it will cause the slow db query, so we didn't merge it. If you are interested in implement this feature, please be aware of this problem. :)

I'd love to try it if I had time :), i may add some front-end elements. Does dify have UI specifications that need to be followed?

crazywoola commented 2 days ago

@Gaocarri https://github.com/langgenius/dify/pull/11170 What about this one?

Gaocarri commented 2 days ago

@Gaocarri #11170 What about this one?

nice