[RFE] Display Account ID in addition to End User on the "Logs & Ann." page #5192

Closed
opened 2026-02-21 18:09:48 -05:00 by yindo · 0 comments
Owner

Originally created by @kurokobo on GitHub (Aug 23, 2024).

Self Checks

  • 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.

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

On the Logs & Ann. page, we can check the logs of the app, but when a logged-in user uses the app from the Explore tab, the End User field becomes N/A.

image

Internally, if an external user executes the app from the shared app url, their ephemeral ID is stored as from_end_user, and if a logged-in user executes it from the explore tab, their ID is saved in from_account_id. Currently, only from_end_user is displayed on the Logs & Ann. page.

To make tracing easier, it would be helpful to also display from_account_id on the logs page.

2. Additional context or comments

One idea could be to simply add an Account ID column to the Logs page or to show both End User and Account ID in the End User column.

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
Originally created by @kurokobo on GitHub (Aug 23, 2024). ### Self Checks - [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. ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. On the `Logs & Ann.` page, we can check the logs of the app, but when a logged-in user uses the app from the Explore tab, the End User field becomes `N/A`. ![image](https://github.com/user-attachments/assets/3e896bdc-4f41-4fce-a257-341a8347b24a) Internally, if an external user executes the app from the shared app url, their ephemeral ID is stored as `from_end_user`, and if a logged-in user executes it from the explore tab, their ID is saved in `from_account_id`. Currently, only `from_end_user` is displayed on the `Logs & Ann.` page. To make tracing easier, it would be helpful to also display `from_account_id` on the logs page. ### 2. Additional context or comments One idea could be to simply add an Account ID column to the Logs page or to show both End User and Account ID in the End User column. ### 3. Can you help us with this feature? - [X] I am interested in contributing to this feature.
yindo added the 💪 enhancement label 2026-02-21 18:09:48 -05:00
yindo closed this issue 2026-02-21 18:09:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#5192